Class PersistChangesMessage
A persist changes message.
Inheritance
System.Object
PersistChangesMessage
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Kephas.Data.Endpoints
Assembly: Kephas.Data.Endpoints.dll
Syntax
public class PersistChangesMessage : IMessage
Properties
| Improve this Doc View SourceEntityEntries
Gets or sets the entity entries to persist.
Declaration
public IList<DtoEntityEntry> EntityEntries { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<DtoEntityEntry> | The entity entries to persist. |