Table of Contents

Class DialogParameter<T>

Namespace
Innova.Prism.Library.Services
Assembly
Innova.Prism.Library.dll

Represents a dialog parameter with a specific type.

public class DialogParameter<T> : BaseDialogParameter, IBaseDialogParameter

Type Parameters

T

The type of the parameter.

Inheritance
DialogParameter<T>
Implements

Constructors

DialogParameter(T)

Initializes a new instance of the DialogParameter<T> class with the specified parameter value.

DialogParameter(T, string)

Initializes a new instance of the DialogParameter<T> class with the specified parameter value and key.

Properties

Parameter

Gets the parameter value.