Class BaseShowEntityViewModel<T, TResult>
- Namespace
- Innova.Prism.Library.BaseViewModels
- Assembly
- Innova.Prism.Library.dll
public class BaseShowEntityViewModel<T, TResult> : BaseDataViewModelNavigationAware, INotifyPropertyChanged, IConfirmNavigationRequest, INavigationAware, IRegionMemberLifetime where T : class where TResult : class, IEntityWithKey<T>
Type Parameters
T
TResult
- Inheritance
-
BaseShowEntityViewModel<T, TResult>
- Implements
-
IConfirmNavigationRequestINavigationAwareIRegionMemberLifetime
- Derived
Constructors
Fields
Properties
Methods
- OnNavigatedFrom(NavigationContext)
Called when the implementer is being navigated away from.
- OnNavigatedTo(NavigationContext)
Called when the implementer has been navigated to.