Class ContentDialogContextViewModelBase<T>
Implements a base view-model for contents dialogs models with result.
Inheritance
System.Object
    
    
    
    
    ContentDialogContextViewModelBase<T>
  Implements
System.ComponentModel.INotifyPropertyChanged
    System.ComponentModel.INotifyDataErrorInfo
    
    
    
    
    
    System.ComponentModel.IDataErrorInfo
    
    
  
      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 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 | 
Implements
      System.ComponentModel.INotifyPropertyChanged
  
  
      System.ComponentModel.INotifyDataErrorInfo
  
  
  
  
  
  
  
      System.ComponentModel.IDataErrorInfo