Back to Devexpress

EntityMessageType Enum

corelibraries-devexpress-dot-mvvm-dot-viewmodel-b30e0b82.md

latest1.3 KB
Original Source

EntityMessageType Enum

Represents the type of an entity state change notification that is shown when the IUnitOfWork.SaveChanges method has been called.

Namespace : DevExpress.Mvvm.ViewModel

Assembly : DevExpress.Mvvm.v25.2.ViewModel.dll

NuGet Package : DevExpress.Scaffolding.Core

Declaration

csharp
public enum EntityMessageType
vb
Public Enum EntityMessageType

Members

NameDescription
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.

|

The following properties accept/return EntityMessageType values:

See Also

DevExpress.Mvvm.ViewModel Namespace