Assembly: BISearch;
Namespace: Prognoz.Platform.Interop.BISearch;
The ISourceDataImportContext interface contains properties and methods that are used to set up indexing context of data source structure.
ISourceDataImportContext
To create a context, use the ISearchExecutor.CreateContext method and cast result of its execution to the ISourceDataImportContext interface. The configured context is further used by the ISearchExecutor.Search method.
Property name | Brief description | |
ContainerKeys | The ContainerKeys property determines an array of repository objects, for which all child elements must be indexed. | |
SourceInfos | The SourceInfos property returns indexing settings of data sources. |
Method name | Brief description | |
LoadFromXml | The LoadFromXml method loads indexing parameters from the specified XML element. | |
SaveToXml | The SaveToXml method saves indexing parameters to the specified XML element. |
See also: