Interface IEntityViewModel
Defines methods 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 : INotifyPropertyChanged
Properties
| Edit this page View SourceEntity
The entity instance managed by this ViewModel.
Declaration
object? Entity { get; set; }
Property Value
| Type | Description |
|---|---|
| object |