Interface IDataResponseMessage
Contract for response messages returning updated data (to be used for refreshing the client cache, for example).
Namespace: Kephas.Data.Endpoints
Assembly: Kephas.Data.Endpoints.dll
Syntax
public interface IDataResponseMessage : IMessage
Properties
| Improve this Doc View SourceEntityEntries
Gets or sets the entity entries after a data operation.
Declaration
IList<DtoEntityEntry> EntityEntries { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<DtoEntityEntry> | The entity entries after a data operation. |