Condividi tramite


NonSystemToken Classe

Definizione

Token lessicale che rappresenta un segmento in un percorso.

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

Costruttori

NonSystemToken(String, IEnumerable<NamedValue>, PathSegmentToken)

Compilare un nonSystemToken

Proprietà

Identifier

Ottenere l'identificatore per questo token.

IsStructuralProperty

Si tratta di una proprietà strutturale

(Ereditato da PathSegmentToken)
NamedValues

Ottenere l'elenco di valori denominati per questo token.

NextToken

Ottenere NextToken nel percorso

(Ereditato da PathSegmentToken)

Metodi

Accept(IPathSegmentTokenVisitor)

Accettare un IPathSegmentTokenVisitor oggetto per camminare un albero di PathSegmentTokens.

Accept<T>(IPathSegmentTokenVisitor<T>)

Accettare un IPathSegmentTokenVisitor<T> oggetto per camminare un albero di PathSegmentTokens.

IsNamespaceOrContainerQualified()

Questo spazio dei nomi del token o il contenitore è qualificato.

Si applica a