Represents a source provider used for importing data into the system.
Namespace: kCura.IntegrationPoints.Contracts.Provider
Assembly: kCura.IntegrationPoints.Contracts (in kCura.IntegrationPoints.Contracts.dll) Version: 10.2.0.0 (10.2.0.0)
Syntax
C#
public interface IDataSourceProvider : IFieldProvider
The IDataSourceProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | GetBatchableIds |
Retrieves the IDs from the source data used as identifiers for workspace fields.
|
![]() | GetData |
Retrieves data from a data source and imports it into the system.
|
![]() | GetFields |
Retrieves the type of a field.
(Inherited from IFieldProvider.) |
See Also