DottedIdentifierToken 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 type segment.
public sealed class DottedIdentifierToken : Microsoft.OData.UriParser.PathToken
type DottedIdentifierToken = class
inherit PathToken
Public NotInheritable Class DottedIdentifierToken
Inherits PathToken
- Inheritance
Constructors
DottedIdentifierToken(String, QueryToken) |
Create a TypeSegmentQueryToken given the Identifier and the parent (if any) |
Properties
Identifier |
The full name of the type. |
Kind |
The kind of the query token. |
NextToken |
The parent. |
Methods
Accept<T>(ISyntacticTreeVisitor<T>) |
Accept a ISyntacticTreeVisitor<T> to walk a tree of QueryTokens. |
Equals(Object) |
Indicates the Equals overload. (Inherited from PathToken) |
GetHashCode() |
Returns a hash code for this instance. (Inherited from PathToken) |