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
TTResult
- Inheritance
 - 
      objectBaseShowEntityViewModel<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.