Click or drag to resize
LLBLGenProODataServiceMetadataProvider Class
Class which holds and determines the meta data of the model represented by a WCF Data Services service based on LLBLGenProODataService
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ODataSupportClassesLLBLGenProODataServiceMetadataProvider

Namespace:  SD.LLBLGen.Pro.ODataSupportClasses
Assembly:  SD.LLBLGen.Pro.ODataSupportClasses (in SD.LLBLGen.Pro.ODataSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public class LLBLGenProODataServiceMetadataProvider : IDataServiceMetadataProvider

The LLBLGenProODataServiceMetadataProvider type exposes the following members.

Constructors
  NameDescription
Public methodLLBLGenProODataServiceMetadataProvider
Initializes a new instance of the LLBLGenProODataServiceMetadataProvider class.
Top
Properties
  NameDescription
Public propertyContainerName
Container name for the data source.
Public propertyContainerNamespace
Namespace name for the data source. This is used in the $metadata response.
Public propertyResourceSets
Gets all available containers.
Public propertyServiceOperations
Returns all the service operations in this data source.
Public propertyTypes
Returns all the types in this data source.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetDerivedTypes
Attempts to return all types that derive from the specified resource type.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetResourceAssociationSet
Gets the ResourceAssociationSet instance when given the source association end.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasDerivedTypes
Determines whether a resource type has derived types.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryResolveResourceSet
Tries to get a resource set based on the specified name.
Public methodTryResolveResourceType
Tries to get a resource type based on the specified name.
Public methodTryResolveServiceOperation
Tries to get a service operation based on the specified name.
Top
See Also