Partilhar via


DottedIdentifierToken Classe

Definição

Token lexical que representa um segmento de tipo.

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

Construtores

DottedIdentifierToken(String, QueryToken)

Criar um TypeSegmentQueryToken dado o Identificador e o pai (se houver)

Propriedades

Identifier

O nome completo do tipo.

Kind

O tipo do token de consulta.

NextToken

O pai.

Métodos

Accept<T>(ISyntacticTreeVisitor<T>)

Aceite um ISyntacticTreeVisitor<T> para andar em uma árvore de QueryTokens.

Equals(Object)

Indica a sobrecarga Equals.

(Herdado de PathToken)
GetHashCode()

Retorna um código hash para essa instância.

(Herdado de PathToken)

Aplica-se a