Class QueryToken
Токен строки запроса.
Inheritance
System.Object
QueryToken
Namespace:InfinniPlatform.DocumentStorage.QuerySyntax
Assembly:InfinniPlatform.DocumentStorage.HttpService.dll
Syntax
public class QueryToken : object
Constructors
| Improve this Doc View SourceQueryToken(QueryTokenKind, Object)
Конструктор.
Declaration
public QueryToken(QueryTokenKind kind, object value)
Parameters
Type | Name | Description |
---|---|---|
QueryTokenKind | kind | Тип токена. |
System.Object | value | Значение токена. |
Fields
| Improve this Doc View SourceKind
Тип токена.
Declaration
public readonly QueryTokenKind Kind
Field Value
Type | Description |
---|---|
QueryTokenKind |
Value
Значение токена.
Declaration
public readonly object Value
Field Value
Type | Description |
---|---|
System.Object |