ODataMetadataSelector.SelectBindableOperations 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.
Alters the bindable operations for the type which may get written with full metadata response.
public virtual System.Collections.Generic.IEnumerable<Microsoft.OData.Edm.IEdmOperation> SelectBindableOperations (Microsoft.OData.Edm.IEdmStructuredType type, System.Collections.Generic.IEnumerable<Microsoft.OData.Edm.IEdmOperation> bindableOperations);
abstract member SelectBindableOperations : Microsoft.OData.Edm.IEdmStructuredType * seq<Microsoft.OData.Edm.IEdmOperation> -> seq<Microsoft.OData.Edm.IEdmOperation>
override this.SelectBindableOperations : Microsoft.OData.Edm.IEdmStructuredType * seq<Microsoft.OData.Edm.IEdmOperation> -> seq<Microsoft.OData.Edm.IEdmOperation>
Public Overridable Function SelectBindableOperations (type As IEdmStructuredType, bindableOperations As IEnumerable(Of IEdmOperation)) As IEnumerable(Of IEdmOperation)
Parameters
- type
- IEdmStructuredType
Edm type of the resource on which the navigation property exists.
- bindableOperations
- IEnumerable<IEdmOperation>
Enumerable of the operations whose metadata gets written out by convention.
Returns
The list of bound operations to be written.