EntityMessage<TEntity, TPrimaryKey>.MessageType Property
The entity state change notification type.
Namespace: DevExpress.Mvvm.ViewModel
Assembly: DevExpress.Mvvm.v24.1.ViewModel.dll
NuGet Package: DevExpress.Scaffolding.Core
Declaration
Property Value
Type |
---|
EntityMessageType |
Available values:
Name | Description |
---|---|
Added | A new entity has been added to the unit of work. |
Deleted | An entity has been removed from the unit of work. |
Changed | One of the entity properties has been modified. |
See Also