NonSystemToken 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 in un percorso.
public sealed class NonSystemToken : Microsoft.OData.UriParser.PathSegmentToken
type NonSystemToken = class
inherit PathSegmentToken
Public NotInheritable Class NonSystemToken
Inherits PathSegmentToken
- Ereditarietà
Costruttori
NonSystemToken(String, IEnumerable<NamedValue>, PathSegmentToken) |
Compilare un nonSystemToken |
Proprietà
Identifier |
Ottenere l'identificatore per questo token. |
IsStructuralProperty |
Si tratta di una proprietà strutturale (Ereditato da PathSegmentToken) |
NamedValues |
Ottenere l'elenco di valori denominati per questo token. |
NextToken |
Ottenere NextToken nel percorso (Ereditato da PathSegmentToken) |
Metodi
Accept(IPathSegmentTokenVisitor) |
Accettare un IPathSegmentTokenVisitor oggetto per camminare un albero di PathSegmentTokens. |
Accept<T>(IPathSegmentTokenVisitor<T>) |
Accettare un IPathSegmentTokenVisitor<T> oggetto per camminare un albero di PathSegmentTokens. |
IsNamespaceOrContainerQualified() |
Questo spazio dei nomi del token o il contenitore è qualificato. |