UnqualifiedCallAndEnumPrefixFreeResolver.ResolveBoundOperations 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 bound operations based on name.
public override System.Collections.Generic.IEnumerable<Microsoft.OData.Edm.IEdmOperation> ResolveBoundOperations (Microsoft.OData.Edm.IEdmModel model, string identifier, Microsoft.OData.Edm.IEdmType bindingType);
override this.ResolveBoundOperations : Microsoft.OData.Edm.IEdmModel * string * Microsoft.OData.Edm.IEdmType -> seq<Microsoft.OData.Edm.IEdmOperation>
Public Overrides Function ResolveBoundOperations (model As IEdmModel, identifier As String, bindingType As IEdmType) As IEnumerable(Of IEdmOperation)
Parameters
- model
- IEdmModel
The model to be used.
- identifier
- String
The operation name.
- bindingType
- IEdmType
The type operation was binding to.
Returns
Resolved operation list.