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