Partager via


NonSystemToken Classe

Définition

Jeton lexical représentant un segment dans un chemin d’accès.

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

Constructeurs

NonSystemToken(String, IEnumerable<NamedValue>, PathSegmentToken)

Créer un NonSystemToken

Propriétés

Identifier

Obtenez l’identificateur de ce jeton.

IsStructuralProperty

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

(Hérité de PathSegmentToken)
NamedValues

Obtenez la liste des valeurs nommées pour ce jeton.

NextToken

Obtenir le NextToken dans le chemin d’accès

(Hérité de PathSegmentToken)

Méthodes

Accept(IPathSegmentTokenVisitor)

Accepter un IPathSegmentTokenVisitor pour marcher un arbre de PathSegmentTokens.

Accept<T>(IPathSegmentTokenVisitor<T>)

Accepter un IPathSegmentTokenVisitor<T> pour marcher un arbre de PathSegmentTokens.

IsNamespaceOrContainerQualified()

Cet espace de noms de jeton ou conteneur est-il qualifié.

S’applique à