Inheritance
System.Object
LiteralQuerySyntaxNode
Namespace:InfinniPlatform.DocumentStorage.QuerySyntax
Assembly:InfinniPlatform.DocumentStorage.HttpService.dll
public class LiteralQuerySyntaxNode : object, IQuerySyntaxNode
Constructors
|
Improve this Doc
View Source
Declaration
public LiteralQuerySyntaxNode(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Fields
|
Improve this Doc
View Source
Declaration
public readonly object Value
Field Value
Type |
Description |
System.Object |
|
Methods
|
Improve this Doc
View Source
Declaration
public TResult Accept<TResult>(QuerySyntaxVisitor<TResult> visitor)
Parameters
Returns
Type Parameters
Implements
|
Improve this Doc
View Source
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Extension Methods