Show / Hide Table of Contents

Class ContentDialogContextViewModelBase<T>

Implements a base view-model for contents dialogs models with result.

Inheritance
object
ObservableObject
ChangeTrackingObject
ViewModelBase
ContentDialogContextViewModelBase
ContentDialogContextViewModelBase<T>
Implements
INotifyPropertyChanged
INotifyDataErrorInfo
INotifyDataPropertyChanged
IActiveAware
IClosingAware
IBusyAware
IContentDialogContext
IDataErrorInfo
IDialogContext<T>
IDialogContext
ContentDialogContextViewModelBase.FirstButtonCaption
ContentDialogContextViewModelBase.FirstCommand
ContentDialogContextViewModelBase.Info
ContentDialogContextViewModelBase.Parent
ContentDialogContextViewModelBase.SecondButtonCaption
ContentDialogContextViewModelBase.SecondCommand
ContentDialogContextViewModelBase.ThirdButtonCaption
ContentDialogContextViewModelBase.ThirdCommand
ContentDialogContextViewModelBase.ShowHelpCommand
ContentDialogContextViewModelBase.CloseDialog
ContentDialogContextViewModelBase.RaiseCloseDialog()
ViewModelBase.IsActiveChanged
ViewModelBase.IsBusyChanged
ViewModelBase.IsActive
ViewModelBase.IsBusy
ViewModelBase.OnClosing()
ViewModelBase.RaiseIsActiveChanged(EventArgs)
ViewModelBase.RaiseIsBusyChanged()
ViewModelBase.SetCommandsStates(bool)
ChangeTrackingObject.HasChanges
ChangeTrackingObject.Cascade()
ChangeTrackingObject.CascadeChanges()
ChangeTrackingObject.OnDataPropertyChanged(string)
ChangeTrackingObject.SetValue<T>(string, ref T, T, Action<T>, Action<T>, IEqualityComparer<T>)
ChangeTrackingObject.AcceptChanges()
ObservableObject.PropertyChanged
ObservableObject.HasErrors
ObservableObject.AddError(IError)
ObservableObject.CascadeErrors()
ObservableObject.ClearErrors()
ObservableObject.ForceValidation<T>(string, T)
ObservableObject.GetEntityErrors()
ObservableObject.GetErrors(string)
ObservableObject.OnErrorsChanged(string)
ObservableObject.OnPropertyChanged(string)
ObservableObject.OnValidate(string)
ObservableObject.RemoveError(Guid)
ObservableObject.RemoveError(IError)
ObservableObject.SetValue<T>(string, ref T, T)
ObservableObject.SetValue<T>(string, ref T, T, IEqualityComparer<T>)
ObservableObject.SetValue<T>(string, ref T, T, Action<T>, Action<T>)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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 Source

Result

Defines the context of a dialog window.

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

Implements

INotifyPropertyChanged
INotifyDataErrorInfo
INotifyDataPropertyChanged
IActiveAware
IClosingAware
IBusyAware
IContentDialogContext
IDataErrorInfo
IDialogContext<T>
IDialogContext

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
NotifyPropertyChangedExtensions.GetPropertyName<T>(INotifyPropertyChanged, Expression<Func<T>>)
NotifyPropertyChangedExtensions.RaisePropertyChanged(INotifyPropertyChanged, string)
NotifyPropertyChangedExtensions.RaisePropertyChanged<T>(INotifyPropertyChanged, Expression<Func<T>>)
PropertyHelper.RaisePropertyChanged<T>(INotifyPropertyChanged, Expression<Func<T>>, PropertyChangedEventHandler)
  • View Source
Back to top Generated by DocFX