DottedIdentifierToken Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Jeton lexical représentant un segment de type.
public sealed class DottedIdentifierToken : Microsoft.OData.UriParser.PathToken
type DottedIdentifierToken = class
inherit PathToken
Public NotInheritable Class DottedIdentifierToken
Inherits PathToken
- Héritage
Constructeurs
DottedIdentifierToken(String, QueryToken) |
Créer un TypeSegmentQueryToken en fonction de l’identificateur et du parent (le cas échéant) |
Propriétés
Identifier |
Nom complet du type. |
Kind |
Type du jeton de requête. |
NextToken |
Parent. |
Méthodes
Accept<T>(ISyntacticTreeVisitor<T>) |
Accepter un ISyntacticTreeVisitor<T> pour marcher un arbre de QueryTokens. |
Equals(Object) |
Indique la surcharge Equals. (Hérité de PathToken) |
GetHashCode() |
Retourne un code de hachage pour cette instance. (Hérité de PathToken) |