ODataUriResolver.ResolveOperationParameters Method
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.
Resolve operation's parameters.
public virtual System.Collections.Generic.IDictionary<Microsoft.OData.Edm.IEdmOperationParameter,Microsoft.OData.UriParser.SingleValueNode> ResolveOperationParameters (Microsoft.OData.Edm.IEdmOperation operation, System.Collections.Generic.IDictionary<string,Microsoft.OData.UriParser.SingleValueNode> input);
abstract member ResolveOperationParameters : Microsoft.OData.Edm.IEdmOperation * System.Collections.Generic.IDictionary<string, Microsoft.OData.UriParser.SingleValueNode> -> System.Collections.Generic.IDictionary<Microsoft.OData.Edm.IEdmOperationParameter, Microsoft.OData.UriParser.SingleValueNode>
override this.ResolveOperationParameters : Microsoft.OData.Edm.IEdmOperation * System.Collections.Generic.IDictionary<string, Microsoft.OData.UriParser.SingleValueNode> -> System.Collections.Generic.IDictionary<Microsoft.OData.Edm.IEdmOperationParameter, Microsoft.OData.UriParser.SingleValueNode>
Public Overridable Function ResolveOperationParameters (operation As IEdmOperation, input As IDictionary(Of String, SingleValueNode)) As IDictionary(Of IEdmOperationParameter, SingleValueNode)
Parameters
- operation
- IEdmOperation
Current operation for parameters.
- input
- IDictionary<String,SingleValueNode>
A dictionary the parameter list.
Returns
A dictionary containing resolved parameters.