Class SearchQueryRunner.Token
protected class SearchQueryRunner.Token
- Inheritance
-
SearchQueryRunner.Token
- Inherited Members
- Extension Methods
Constructors
Token(TokenType)
public Token(SearchQueryRunner.TokenType type)
Parameters
Token(TokenType, int, int)
public Token(SearchQueryRunner.TokenType type, int startIndex, int endIndex)
Parameters
typeSearchQueryRunner.TokenTypestartIndexintendIndexint
Fields
length
public int length
Field Value
startIndex
public int startIndex
Field Value
type
public SearchQueryRunner.TokenType type
Field Value
Methods
GetValue(string)
public string GetValue(string query)
Parameters
querystring