Class DataResponseMessage
A data response message.
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 DataResponseMessage : ResponseMessage, IResponseMessage, IResponse, IDataResponseMessage, IMessage
Properties
| Improve this Doc View SourceEntityEntries
Gets or sets the entity entries after a data operation.
Declaration
public IList<DtoEntityEntry> EntityEntries { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<DtoEntityEntry> | The entity entries after a data operation. |