This topic has not yet been rated - Rate this topic

System.Data.Services.Providers Namespace

Provides a series of interfaces that are implemented to define a custom data service provider for WCF Data Services. 

For more information, see Data Services Providers (WCF Data Services).

  Class Description
Public class DataServiceProviderMethods Performs late-bound operations on resource sets with a custom data service provider.
Public class OpenTypeMethods Used to perform late-bound operations on open properties.
Public class ResourceAssociationSet Describes an association between two resource sets.
Public class ResourceAssociationSetEnd Describes an end point of a resource association set.
Public class ResourceProperty Provides a type to describe a property on a resource.
Public class ResourceSet Represents a collection of entity type values.
Public class ResourceType Represents a data service primitive, complex, or entity type.
Public class ServiceOperation Represents a custom service operation.
Public class ServiceOperationParameter Represents parameter information for service operations.
  Interface Description
Public interface IDataServiceMetadataProvider Maintains metadata about a custom data service provider.
Public interface IDataServicePagingProvider Provides paging support for the clients of a custom data service provider.
Public interface IDataServiceQueryProvider Defines a metadata and query source implementation for a custom data service provider.
Public interface IDataServiceStreamProvider Enables binary data to be accessed and changed as a media resource that belongs to an entity that is a media link entry.
Public interface IDataServiceUpdateProvider Defines the methods that must be implemented to supply eTag values to a custom data service provider.
  Enumeration Description
Public enumeration ResourcePropertyKind Enumeration for the kinds of properties that a resource can have.
Public enumeration ResourceTypeKind Enumeration for the kind of resource key.
Public enumeration ServiceOperationResultKind An enumeration that describes the kind of results that a service operation provides.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.