Inheritance
System.Object
IdentifierNameQuerySyntaxNode
Namespace:InfinniPlatform.DocumentStorage.QuerySyntax
Assembly:InfinniPlatform.DocumentStorage.HttpService.dll
public class IdentifierNameQuerySyntaxNode : object, IQuerySyntaxNode
Constructors
|
Improve this Doc
View Source
Declaration
public IdentifierNameQuerySyntaxNode(string identifier)
Parameters
Type |
Name |
Description |
System.String |
identifier |
|
Fields
|
Improve this Doc
View Source
Declaration
public readonly string Identifier
Field Value
Type |
Description |
System.String |
|
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