Compartir a través de


SystemToken Clase

Definición

Token léxico que representa un token del sistema, como $count

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

Constructores

SystemToken(String, PathSegmentToken)

Compilación de un nuevo token del sistema

Propiedades

Identifier

Obtención del identificador de este token

IsStructuralProperty

¿Es una propiedad estructural?

(Heredado de PathSegmentToken)
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