NonSystemToken Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lexical token representing a segment in a path.
public sealed class NonSystemToken : Microsoft.OData.UriParser.PathSegmentToken
type NonSystemToken = class
inherit PathSegmentToken
Public NotInheritable Class NonSystemToken
Inherits PathSegmentToken
- Inheritance
Constructors
NonSystemToken(String, IEnumerable<NamedValue>, PathSegmentToken) |
Build a NonSystemToken |
Properties
Identifier |
Get the identifier for this token. |
IsStructuralProperty |
Is this a structural property (Inherited from PathSegmentToken) |
NamedValues |
Get the list of named values for this token. |
NextToken |
Get the NextToken in the path (Inherited from PathSegmentToken) |
Methods
Accept(IPathSegmentTokenVisitor) |
Accept a IPathSegmentTokenVisitor to walk a tree of PathSegmentTokens. |
Accept<T>(IPathSegmentTokenVisitor<T>) |
Accept a IPathSegmentTokenVisitor<T> to walk a tree of PathSegmentTokens. |
IsNamespaceOrContainerQualified() |
Is this token namespace or container qualified. |