ISearchEngineServiceBase

Assembly: Metabase;

Namespace: Prognoz.Platform.Interop.Metabase;

Description

The ISearchEngineServiceBase interface contains basic properties and methods to work with search service.

Inheritance hierarchy

ISearchEngineServiceBase

Comments

The interface is basic for the ISearchEngineServiceinterface. Object to work with search service can be obtained on executing the ISearchEngineServiceFactory.CreateSearchEngine method.

Properties

  Property name Brief description
The Metabase property returns repository to work with which search service is used.

Methods

  Method name Brief description
The LoadFromXml method loads parameters of the search service from specified XML element.
The SaveToXml method saves settings of the search service to the selected XML element.

See also:

Metabase Assembly Interfaces