Condividi tramite


SystemToken Classe

Definizione

Token lessicale che rappresenta un token di sistema, ad esempio $count

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

Costruttori

SystemToken(String, PathSegmentToken)

Creare un nuovo token di sistema

Proprietà

Identifier

Ottenere l'identificatore per questo token

IsStructuralProperty

Si tratta di una proprietà strutturale

(Ereditato da PathSegmentToken)
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