Inheritance
System.Object
InvocationQuerySyntaxNode
Namespace:InfinniPlatform.DocumentStorage.QuerySyntax
Assembly:InfinniPlatform.DocumentStorage.HttpService.dll
public class InvocationQuerySyntaxNode : object, IQuerySyntaxNode
Constructors
|
Improve this Doc
View Source
Declaration
public InvocationQuerySyntaxNode(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Fields
|
Improve this Doc
View Source
Список аргументов метода.
Declaration
public readonly List<IQuerySyntaxNode> Arguments
Field Value
|
Improve this Doc
View Source
Declaration
public readonly string Name
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