ISourceDataImportInfos

Assembly: BISearch;

Namespace: Prognoz.Platform.Interop.BISearch;

Description

The ISourceDataImportInfos interface contains properties and methods to work with collection of data sources indexing settings.

Inheritance Hierarchy

ISourceDataImportInfos

Comments

You can get data source indexing settings in the ISourceDataImportContext.SourceInfos property.

Properties

  Property name Brief description
Count The Count property returns number of sources for which indexing settings are determined.
Item The Item property returns determined indexing settings of data source.

Methods

  Method name Brief description
Add The Add method adds data source and returns its indexing settings.
FindByKey The FindByKey searches indexing settings by data source key.
Remove The Remove method removes settings by index and returns attribute of successful removing.

See also:

BISearch Assembly Interfaces