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