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
TTResultTParent
- Inheritance
 - 
      objectBaseDataViewModelDialog<T, TResult>BaseEditRelatedEntityViewModel<T, TResult, TParent>
 
- Implements
 - 
      
      
      IDialogAwareIDataViewModelDialog<T, TResult>
 
Constructors
Fields
Properties
Methods
- OnDialogOpened(IDialogParameters)
 Called when the dialog is opened.