Partager via


SystemToken Classe

Définition

Jeton lexical représentant un jeton système tel que $count

public sealed class SystemToken : Microsoft.OData.UriParser.PathSegmentToken
type SystemToken = class
    inherit PathSegmentToken
Public NotInheritable Class SystemToken
Inherits PathSegmentToken
Héritage
SystemToken

Constructeurs

SystemToken(String, PathSegmentToken)

Créer un nouveau jeton système

Propriétés

Identifier

Obtenir l’identificateur de ce jeton

IsStructuralProperty

S’agit-il d’une propriété structurelle

(Hérité de PathSegmentToken)
NextToken

Obtenir le NextToken dans le chemin d’accès

(Hérité de PathSegmentToken)

Méthodes

Accept(IPathSegmentTokenVisitor)

Acceptez un IPathSegmentTokenVisitor pour marcher sur un arbre de PathSegmentTokens.

Accept<T>(IPathSegmentTokenVisitor<T>)

Acceptez un IPathSegmentTokenVisitor<T> pour marcher sur un arbre de PathSegmentTokens.

IsNamespaceOrContainerQualified()

Cet espace de noms ou conteneur de jetons est-il qualifié?

S’applique à