IDataSourceProvider Interface

Relativity Integration Points API
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

  NameDescription
Public methodGetBatchableIds
Retrieves the IDs from the source data used as identifiers for workspace fields.
Public methodGetData
Retrieves data from a data source and imports it into the system.
Public methodGetFields
Retrieves the type of a field.
(Inherited from IFieldProvider.)
Top
See Also

Reference