Condividi tramite


InnerPathToken Classe

Definizione

Token lexicale che rappresenta un singolo segmento nonroot nel percorso della query.

public sealed class InnerPathToken : Microsoft.OData.UriParser.PathToken
type InnerPathToken = class
    inherit PathToken
Public NotInheritable Class InnerPathToken
Inherits PathToken
Ereditarietà
InnerPathToken

Costruttori

InnerPathToken(String, QueryToken, IEnumerable<NamedValue>)

Creare un nuovo StartPathToken dato l'identificatore e NextToken e namedValues se presente

Proprietà

Identifier

Identificatore del segmento, identificatore.

Kind

Tipo di token di query.

NamedValues

I valori denominati nella ricerca della chiave per questo segmento. Se il segmento non ha alcuna ricerca chiave, questa proprietà è Null. Se il segmento ha una ricerca chiave vuota (), questa proprietà è una raccolta vuota.

NextToken

Segmento NextToken o Null se si tratta del segmento radice.

Metodi

Accept<T>(ISyntacticTreeVisitor<T>)

Accettare un oggetto per camminare un ISyntacticTreeVisitor<T> albero di QueryTokens.

Equals(Object)

Indica l'overload dell'oggetto Equals.

(Ereditato da PathToken)
GetHashCode()

Restituisce un codice hash per questa istanza.

(Ereditato da PathToken)

Si applica a