Skip to main content

EntityMessage<TEntity, TPrimaryKey>.MessageType Property

The entity state change notification type.

Namespace: DevExpress.Mvvm.ViewModel

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

NuGet Package: DevExpress.Scaffolding.Core

Declaration

public EntityMessageType MessageType { get; }

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