Class BaseStructuredSearchViewModel<T>
- Namespace
- Innova.Prism.Library.StructuredSearch.Views
- Assembly
- Innova.Prism.Library.dll
public abstract class BaseStructuredSearchViewModel<T> : NavigationAwareViewModel<NavigationState>, INotifyPropertyChanged, INavigationAwareViewModel<NavigationState>, IRegionMemberLifetime, IHasFilter, ICanClosePopup, IActiveAware where T : class
Type Parameters
T
- Inheritance
-
BaseStructuredSearchViewModel<T>
- Implements
-
IRegionMemberLifetimeIActiveAware
- Derived
Constructors
Fields
Properties
- IsActive
Gets or sets a value indicating whether the object is active.
- KeepAlive
Gets a value indicating whether this instance should be kept-alive upon deactivation.
Methods
Events
- IsActiveChanged
Notifies that the value for Prism.IActiveAware.IsActive property has changed.