Skip to main content

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.v23.2.ViewModel.dll

NuGet Package: DevExpress.Scaffolding.Core

Declaration

public enum EntityMessageType

Members

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.

Related API Members

The following properties accept/return EntityMessageType values:

See Also