Skip to main content

EntityMessage<TEntity, TPrimaryKey> Class

Provides the information about an entity state change notification that is shown when an entity has been added, removed or modified, and 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 class EntityMessage<TEntity, TPrimaryKey>

Type Parameters

Name
TEntity
TPrimaryKey

Inheritance

Object
EntityMessage<TEntity, TPrimaryKey>
See Also