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

EntityMessage<TEntity, TPrimaryKey> Constructors

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 Parameters Description
EntityMessage(TPrimaryKey, EntityMessageType, Object) primaryKey, messageType, sender Initializes a new instance of the EntityMessage class.
See Also