Sdílet prostřednictvím


FunctionParameterToken Třída

Definice

Token představující parametr volání funkce.

public sealed class FunctionParameterToken : Microsoft.OData.UriParser.QueryToken
type FunctionParameterToken = class
    inherit QueryToken
Public NotInheritable Class FunctionParameterToken
Inherits QueryToken
Dědičnost
FunctionParameterToken

Konstruktory

FunctionParameterToken(String, QueryToken)

Vytvoří FunctionParameterToken.

Pole

EmptyParameterList

získání prázdného seznamu parametrů

Vlastnosti

Kind

Získá typ tohoto tokenu.

ParameterName

Získá název tohoto parametru.

ValueToken

Získá syntakticky parsovanou hodnotu tohoto tokenu.

Metody

Accept<T>(ISyntacticTreeVisitor<T>)

Přijměte a ISyntacticTreeVisitor<T> procházejte strom s QueryToken.

Platí pro