Interface IEntityMessage
Contract for messages targeting a specific entity.
Namespace: Kephas.Data.Endpoints
Assembly: Kephas.Data.Endpoints.dll
Syntax
public interface IEntityMessage : IMessage
Properties
| Improve this Doc View SourceEntityRef
Gets or sets the entity reference, typically the ID.
Declaration
object EntityRef { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The entity reference. |
EntityType
Gets or sets the type of the entity.
Declaration
string EntityType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The type of the entity. |
Options
Gets or sets options for controlling the operation.
Declaration
object Options { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The options. |