Class DialogArgsBase<TDialogView, TDialogContext>
Defines base members for dialog arguments.
Inheritance
System.Object
DialogArgsBase<TDialogView, TDialogContext>
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public abstract class DialogArgsBase<TDialogView, TDialogContext>
where TDialogView : FrameworkElement where TDialogContext : IDialogContext
Type Parameters
Name | Description |
---|---|
TDialogView | The wpf element that is displayed within the dialog. |
TDialogContext | The dialog context type. |
Properties
View SourceDialogContext
Gets the context of the dialog.
Declaration
public TDialogContext DialogContext { get; protected set; }
Property Value
Type | Description |
---|---|
TDialogContext |
DialogView
Gets the view of the dialog.
Declaration
public TDialogView DialogView { get; protected set; }
Property Value
Type | Description |
---|---|
TDialogView |
Owner
Gets or sets the owner.
Declaration
public Window Owner { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Window |
ShowInTaskbar
Gets or sets a value indicating whether the dialog is show in taskbar.
Declaration
public bool? ShowInTaskbar { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |