Assembly: Dt;
The IDtCustomConsumer interface is used to work with custom data consumer.
IDtCustomConsumer
To get custom data provider, use the IDtUserProviderEx.CustomProvider property.
Property name | Brief description | |
Active | The Active property returns data source or data consumer state. | |
Fields | The Fields property returns data provider/data consumer fields description. | |
GetType | The GetType property returns data provider/data consumer type. | |
Metabase | The Metabase property determines the repository, in which data is imported or exported. |
Method name | Brief description | |
The Clear method clears data consumer. | ||
The ImplementPut method returns attribute whether the IDtCustomConsumer.Put method is implemented .. | ||
The Put method loads values array into the data consumer. | ||
The PutRow method loads a row into the data consumer. | ||
The WritingRowsCount method returns rows number, loaded into data consumer.. |
Method name | Brief description | |
ClearFields | The ClearFields method clears fields list of the data provider or data consumer. | |
Close | The Close method closes data provider or data consumer. | |
FieldsFromFile | The FieldsFromFile method reads fields list from the source file. | |
Load | The Load method loads data source or data consumer parameters from XML. | |
Open | The Open method opens data provider or data consumer. | |
Save | The Save method saves data source or data consumer parameters in XML format. |
See also: