Share via


InnerPathToken Class

Definition

Lexical token representing a single nonroot segment in the query path.

public sealed class InnerPathToken : Microsoft.OData.UriParser.PathToken
type InnerPathToken = class
    inherit PathToken
Public NotInheritable Class InnerPathToken
Inherits PathToken
Inheritance
InnerPathToken

Constructors

InnerPathToken(String, QueryToken, IEnumerable<NamedValue>)

Create a new StartPathToken given the Identifier and NextToken and namedValues if any

Properties

Identifier

The Identifier of the segment, the identifier.

Kind

The kind of the query token.

NamedValues

The named values in the key lookup for this segment. If the segment has no key lookup, then this property is null. If the segment has empty key lookup (), then this property is an empty collection.

NextToken

The NextToken segment, or null if this is the root segment.

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)

Applies to