Compartir a través de


DottedIdentifierToken Clase

Definición

Token léxico que representa un segmento de tipo.

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

Constructores

DottedIdentifierToken(String, QueryToken)

Cree un TypeSegmentQueryToken según el identificador y el elemento primario (si existe).

Propiedades

Identifier

Nombre completo del tipo.

Kind

El tipo del token de consulta.

NextToken

Objeto primario.

Métodos

Accept<T>(ISyntacticTreeVisitor<T>)

Acepte un para ISyntacticTreeVisitor<T> caminar por un árbol de QueryTokens.

Equals(Object)

Indica la sobrecarga Equals.

(Heredado de PathToken)
GetHashCode()

Devuelve un código hash para esta instancia.

(Heredado de PathToken)

Se aplica a