Skip to main content

EntityMessage<TEntity, TPrimaryKey> Properties

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.
Name Description
MessageType The entity state change notification type.
PrimaryKey The primary key of entity that has been added, deleted or modified.
Sender The message sender.
See Also