ListDataSource members
Represents information associated with a connection to an external data source.
The ListDataSource type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ListDataSource | Initializes a new instance of the ListDataSource class. |
Top
Properties
Name | Description | |
---|---|---|
Properties | Gets the properties associated with the connection to the data source. | |
TypeId | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.TypeId.) |
Top
Methods
Name | Description | |
---|---|---|
CustomFromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
CustomWriteToXml | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
FromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
InitOnePropertyFromJson | (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).) | |
ToString | (Inherited from Object.) | |
WriteToXml | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.WriteToXml(XmlWriter, SerializationContext).) |
Top