Class ContentDialogContextViewModelBase<T>
Implements a base view-model for contents dialogs models with result.
Inheritance
ContentDialogContextViewModelBase<T>
Implements
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public class ContentDialogContextViewModelBase<T> : ContentDialogContextViewModelBase, INotifyPropertyChanged, INotifyDataErrorInfo, INotifyDataPropertyChanged, IActiveAware, IClosingAware, IBusyAware, IContentDialogContext, IDataErrorInfo, IDialogContext<T>, IDialogContext
Type Parameters
| Name | Description |
|---|---|
| T | A type of result. |
Properties
View SourceResult
Defines the context of a dialog window.
Declaration
public T Result { get; set; }
Property Value
| Type | Description |
|---|---|
| T |