Compartilhar via


NonSystemToken Classe

Definição

Token lexical que representa um segmento em um caminho.

public sealed class NonSystemToken : Microsoft.OData.UriParser.PathSegmentToken
type NonSystemToken = class
    inherit PathSegmentToken
Public NotInheritable Class NonSystemToken
Inherits PathSegmentToken
Herança
NonSystemToken

Construtores

NonSystemToken(String, IEnumerable<NamedValue>, PathSegmentToken)

Criar um NonSystemToken

Propriedades

Identifier

Obtenha o identificador desse token.

IsStructuralProperty

Esta é uma propriedade estrutural

(Herdado de PathSegmentToken)
NamedValues

Obtenha a lista de valores nomeados para esse token.

NextToken

Obter o NextToken no caminho

(Herdado de PathSegmentToken)

Métodos

Accept(IPathSegmentTokenVisitor)

Aceite um IPathSegmentTokenVisitor para andar em uma árvore de PathSegmentTokens.

Accept<T>(IPathSegmentTokenVisitor<T>)

Aceite um IPathSegmentTokenVisitor<T> para andar em uma árvore de PathSegmentTokens.

IsNamespaceOrContainerQualified()

Esse namespace de token ou contêiner é qualificado.

Aplica-se a