DottedIdentifierToken Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Token lessicale che rappresenta un segmento di tipo.
public sealed class DottedIdentifierToken : Microsoft.OData.UriParser.PathToken
type DottedIdentifierToken = class
inherit PathToken
Public NotInheritable Class DottedIdentifierToken
Inherits PathToken
- Ereditarietà
Costruttori
DottedIdentifierToken(String, QueryToken) |
Creare un typeSegmentQueryToken in base all'identificatore e all'elemento padre (se presente) |
Proprietà
Identifier |
Nome completo del tipo. |
Kind |
Tipo di token di query. |
NextToken |
Elemento padre. |
Metodi
Accept<T>(ISyntacticTreeVisitor<T>) |
Accettare un ISyntacticTreeVisitor<T> oggetto per camminare un albero di QueryTokens. |
Equals(Object) |
Indica l'overload dell'oggetto Equals. (Ereditato da PathToken) |
GetHashCode() |
Restituisce un codice hash per questa istanza. (Ereditato da PathToken) |