Class DataSourceMessage
Message for retrieving a data source.
Inheritance
System.Object
DataSourceMessage
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 DataSourceMessage : IMessage
Properties
| Improve this Doc View SourceEntityType
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. |
Property
Gets or sets the property.
Declaration
public string Property { get; set; }
Property Value
Type | Description |
---|---|
System.String | The property. |