Class EntityMessage
An entity message.
Inheritance
System.Object
EntityMessage
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 abstract class EntityMessage : IEntityMessage, IMessage
Properties
| Improve this Doc View SourceEntityRef
Gets or sets the entity reference, typically the ID.
Declaration
public object EntityRef { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The entity reference. |
EntityType
Gets or sets the type of the entity.
Declaration
public 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
public object Options { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The options. |