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

NuGet Packages: DevExpress.Scaffolding.Core, DevExpress.WindowsDesktop.Mvvm.ViewModel

Declaration

public class EntityMessage<TEntity, TPrimaryKey>

Type Parameters

Name
TEntity
TPrimaryKey

Inheritance

Object
EntityMessage<TEntity, TPrimaryKey>
See Also