Table of Contents

Constructor DialogParameter

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

DialogParameter(T)

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

public DialogParameter(T parameter)

Parameters

parameter T

The parameter value.

DialogParameter(T, string)

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

public DialogParameter(T parameter, string key)

Parameters

parameter T

The parameter value.

key string

The key for the parameter.