Class DataSourceResponseMessage
A data source response message.
Inheritance
System.Object
DataSourceResponseMessage
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 DataSourceResponseMessage : IResponse, IMessage
Properties
| Improve this Doc View SourceDataSource
Gets or sets the data source.
Declaration
public IList<object> DataSource { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.Object> | The data source. |