ODataPathSegmentTranslator Constructor
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.
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.