Show / Hide Table of Contents

Interface IDialogContext<T>

Defines a generic context of a dialog window.

IDialogContext.CloseDialog
IDialogContext.ShowHelpCommand
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public interface IDialogContext<T> : IDialogContext
Type Parameters
Name Description
T

The type of the dialog result.

Properties

View Source

Result

The result of the Show<TResult>(WizardDialogArgs) method.

Declaration
T Result { get; set; }
Property Value
Type Description
T

Extension Methods

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