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.v24.1.ViewModel.dll
NuGet Package: DevExpress.Scaffolding.Core
Declaration
Type Parameters
Name |
---|
TEntity |
TPrimaryKey |
Inheritance
Object
EntityMessage<TEntity, TPrimaryKey>
See Also