Show / Hide Table of Contents

Interface IWizardDialogContext<T>

Defines a generic data context of the Wizard.

IDialogContext<T>.Result
IDialogContext.CloseDialog
IDialogContext.ShowHelpCommand
System.ComponentModel.IDataErrorInfo.Error
System.ComponentModel.IDataErrorInfo.Item[System.String]
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public interface IWizardDialogContext<T> : IDialogContext<T>, IWizardDialogContext, IDialogContext, IDataErrorInfo
Type Parameters
Name Description
T

The type of the dialog result.

Remarks

See WizardDialog for remarks and code examples.

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX