Share via


ODataPathSegmentTranslator Constructor

Definition

Initializes a new instance of the ODataPathSegmentTranslator class.

public ODataPathSegmentTranslator (Microsoft.OData.Edm.IEdmModel model, System.Collections.Generic.IDictionary<string,Microsoft.OData.UriParser.SingleValueNode> parameterAliasNodes);
new Microsoft.AspNet.OData.Routing.ODataPathSegmentTranslator : Microsoft.OData.Edm.IEdmModel * System.Collections.Generic.IDictionary<string, Microsoft.OData.UriParser.SingleValueNode> -> Microsoft.AspNet.OData.Routing.ODataPathSegmentTranslator
Public Sub New (model As IEdmModel, parameterAliasNodes As IDictionary(Of String, SingleValueNode))

Parameters

model
IEdmModel

The model used to parse the path.

parameterAliasNodes
IDictionary<String,SingleValueNode>

The parameter alias nodes info.

Applies to