Class BaseEditRelatedEntityViewModel<T, TResult, TParent>
- Namespace
- Innova.Prism.Library.BaseViewModels
- Assembly
- Innova.Prism.Library.dll
public abstract class BaseEditRelatedEntityViewModel<T, TResult, TParent> : BaseDataViewModelDialog<T, TResult>, INotifyPropertyChanged, IBusyViewModel, IDialogAware, IDataViewModelDialog<T, TResult>, IViewModelDialog, ISupportSetFocusOnFirstItem where T : class where TResult : class where TParent : class
Type Parameters
T
TResult
TParent
- Inheritance
-
BaseDataViewModelDialog<T, TResult>BaseEditRelatedEntityViewModel<T, TResult, TParent>
- Implements
-
IDialogAwareIDataViewModelDialog<T, TResult>
Constructors
Fields
Properties
Methods
- OnDialogOpened(IDialogParameters)
Called when the dialog is opened.