ITextSearchResultMapper Interface

Definition

Interface for mapping between a ITextSearch implementation result value, and a TextSearchResult instance.

public interface ITextSearchResultMapper
type ITextSearchResultMapper = interface
Public Interface ITextSearchResultMapper
Derived

Methods

MapFromResultToTextSearchResult(Object)

Map from an Object which represents a result value associated with a ITextSearch implementation to a a TextSearchResult instance.

Applies to