Share via


IODataUriParserModelExtensions Interface

Contract for providing implementations of more specific lookups needed for parsing OData URIs that are not efficiently answered by existing APIs in IEdmModel and its related interfaces.

Namespace:  Microsoft.Data.OData.Metadata
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public Interface IODataUriParserModelExtensions
'Usage
Dim instance As IODataUriParserModelExtensions
public interface IODataUriParserModelExtensions
public interface class IODataUriParserModelExtensions
type IODataUriParserModelExtensions =  interface end
public interface IODataUriParserModelExtensions

The IODataUriParserModelExtensions type exposes the following members.

Methods

  Name Description
Public method FindEntitySetFromContainerQualifiedName Finds an entity set given a name that may be container qualified. If no container name is provided, the default container should be used.
Public method FindFunctionImportByBindingParameterType Finds a function or action bound to the specific type with the given name.
Public method FindFunctionImportsByBindingParameterTypeHierarchy Finds all function imports with the given name which are bindable to an instance of the giving binding type or a more derived type.
Public method FindServiceOperation Finds a service operation for the given name.

Top

See Also

Reference

Microsoft.Data.OData.Metadata Namespace