Class QueryTokenReader
Предоставляет интерфейс для чтения токенов строки запроса.
Inheritance
System.Object
QueryTokenReader
Namespace:InfinniPlatform.DocumentStorage.QuerySyntax
Assembly:InfinniPlatform.DocumentStorage.HttpService.dll
Syntax
public class QueryTokenReader : object
Constructors
| Improve this Doc View SourceQueryTokenReader(String)
Конструктор.
Declaration
public QueryTokenReader(string query)
Parameters
Type | Name | Description |
---|---|---|
System.String | query | Строка запроса. |
Methods
| Improve this Doc View SourceCanRead()
Проверяет, возможно ли чтение очередного токена строки запроса.
Declaration
public bool CanRead()
Returns
Type | Description |
---|---|
System.Boolean |
ReadNext()
Возвращает очередной токен строки запроса.
Declaration
public QueryToken ReadNext()
Returns
Type | Description |
---|---|
QueryToken |
Reset()
Начинает разбор строки запроса с начала.
Declaration
public void Reset()