C# Класс ScrewTurn.Wiki.SearchEngine.SearchParameters

Contains search parameters.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
SearchParameters ( string query ) : System

Initializes a new instance of the T:SearchParameters class.

SearchParameters ( string query, SearchOptions options ) : System

Initializes a new instance of the T:SearchParameters class.

SearchParameters ( string query, string documentTypeTags, SearchOptions options ) : System

Initializes a new instance of the T:SearchParameters class.

Приватные методы

Метод Описание
PrepareQuery ( string query ) : string

Prepares a query for searching.

Описание методов

SearchParameters() публичный Метод

Initializes a new instance of the T:SearchParameters class.
public SearchParameters ( string query ) : System
query string The search query.
Результат System

SearchParameters() публичный Метод

Initializes a new instance of the T:SearchParameters class.
public SearchParameters ( string query, SearchOptions options ) : System
query string The search query.
options SearchOptions The search options.
Результат System

SearchParameters() публичный Метод

Initializes a new instance of the T:SearchParameters class.
If or one of the elements of (when the array is not null) are null. If or one of the elements of (when the array is not null) are empty.
public SearchParameters ( string query, string documentTypeTags, SearchOptions options ) : System
query string The search query.
documentTypeTags string The document type tags to include in the search, or null.
options SearchOptions The search options.
Результат System