Share via


InnerPathToken(String, QueryToken, IEnumerable<NamedValue>) Constructor

Definition

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

public InnerPathToken (string identifier, Microsoft.OData.UriParser.QueryToken nextToken, System.Collections.Generic.IEnumerable<Microsoft.OData.UriParser.NamedValue> namedValues);
new Microsoft.OData.UriParser.InnerPathToken : string * Microsoft.OData.UriParser.QueryToken * seq<Microsoft.OData.UriParser.NamedValue> -> Microsoft.OData.UriParser.InnerPathToken
Public Sub New (identifier As String, nextToken As QueryToken, namedValues As IEnumerable(Of NamedValue))

Parameters

identifier
String

The Identifier of the segment, the identifier.

nextToken
QueryToken

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

namedValues
IEnumerable<NamedValue>

The named values in the key lookup for this segment.

Applies to