Skip to main content
A newer version of this page is available. .

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.v19.1.ViewModel.dll

Declaration

public class EntityMessage<TEntity, TPrimaryKey>

Type Parameters

Name
TEntity
TPrimaryKey

Inheritance

Object
EntityMessage<TEntity, TPrimaryKey>
See Also