Interface IEntityViewModel<T>
Defines members to be implemented by a class that exposes an entity within an MVVM ViewModel.
Inherited Members
Namespace: TheXDS.MCART.Types.Base
Assembly: MCART.Mvvm.dll
Syntax
public interface IEntityViewModel<T> : IEntityViewModel, INotifyPropertyChanged
Type Parameters
| Name | Description |
|---|---|
| T | Type of entity to manage. |
Properties
| Edit this page View SourceEntity
The entity instance managed by this ViewModel.
Declaration
T Entity { get; set; }
Property Value
| Type | Description |
|---|---|
| T |