Skip to main content

EntityMessage<TEntity, TPrimaryKey> Members

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.

Constructors

Name Description
EntityMessage(TPrimaryKey, EntityMessageType, Object) Initializes a new instance of the EntityMessage class.

Properties

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.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also