Show / Hide Table of Contents

Class DialogArgsBase<TDialogView, TDialogContext>

Defines base members for dialog arguments.

Inheritance
System.Object
DialogArgsBase<TDialogView, TDialogContext>
ContentDialogArgsBase<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 Source

DialogContext

Gets the context of the dialog.

Declaration
public TDialogContext DialogContext { get; protected set; }
Property Value
Type Description
TDialogContext
View Source

DialogView

Gets the view of the dialog.

Declaration
public TDialogView DialogView { get; protected set; }
Property Value
Type Description
TDialogView
View Source

Owner

Gets or sets the owner.

Declaration
public Window Owner { get; set; }
Property Value
Type Description
System.Windows.Window
View Source

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>

Extension Methods

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