Compartir a través de


NonSystemToken Clase

Definición

Token léxico que representa un segmento en una ruta de acceso.

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

Constructores

NonSystemToken(String, IEnumerable<NamedValue>, PathSegmentToken)

Compilación de un elemento NonSystemToken

Propiedades

Identifier

Obtenga el identificador de este token.

IsStructuralProperty

¿Es una propiedad estructural?

(Heredado de PathSegmentToken)
NamedValues

Obtenga la lista de valores con nombre para este token.

NextToken

Obtención de NextToken en la ruta de acceso

(Heredado de PathSegmentToken)

Métodos

Accept(IPathSegmentTokenVisitor)

Acepte un IPathSegmentTokenVisitor para caminar por un árbol de PathSegmentTokens.

Accept<T>(IPathSegmentTokenVisitor<T>)

Acepte un IPathSegmentTokenVisitor<T> para caminar por un árbol de PathSegmentTokens.

IsNamespaceOrContainerQualified()

Es este espacio de nombres de token o contenedor calificado.

Se aplica a