Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Maintains metadata about a custom data service provider.
Namespace: System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public Interface IDataServiceMetadataProvider
'Usage
Dim instance As IDataServiceMetadataProvider
public interface IDataServiceMetadataProvider
public interface class IDataServiceMetadataProvider
type IDataServiceMetadataProvider = interface end
public interface IDataServiceMetadataProvider
The IDataServiceMetadataProvider type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
ContainerName | Container name for the data source. |
![]() |
ContainerNamespace | Namespace name for the data source. |
![]() |
ResourceSets | Gets all available containers. |
![]() |
ServiceOperations | Returns all the service operations in this data source. |
![]() |
Types | Returns all the types in this data source. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
GetDerivedTypes | Attempts to return all types that derive from the specified resource type. |
![]() |
GetResourceAssociationSet | Gets the ResourceAssociationSet instance when given the source association end. |
![]() |
HasDerivedTypes | Determines whether a resource type has derived types. |
![]() |
TryResolveResourceSet | Tries to get a resource set based on the specified name. |
![]() |
TryResolveResourceType | Tries to get a resource type based on the specified name. |
![]() |
TryResolveServiceOperation | Tries to get a service operation based on the specified name. |
Top