ODataEndpointFactory Class
[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]
Represents a domain data service endpoint factory for DomainService instances.
Inheritance Hierarchy
System.Object
DomainServiceEndpointFactory
System.ServiceModel.DomainServices.Hosting.ODataEndpointFactory
Namespace: System.ServiceModel.DomainServices.Hosting
Assembly: System.ServiceModel.DomainServices.Hosting.OData (in System.ServiceModel.DomainServices.Hosting.OData.dll)
Syntax
'Declaration
Public Class ODataEndpointFactory _
Inherits DomainServiceEndpointFactory
'Usage
Dim instance As ODataEndpointFactory
public class ODataEndpointFactory : DomainServiceEndpointFactory
public ref class ODataEndpointFactory : public DomainServiceEndpointFactory
type ODataEndpointFactory =
class
inherit DomainServiceEndpointFactory
end
public class ODataEndpointFactory extends DomainServiceEndpointFactory
The ODataEndpointFactory type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ODataEndpointFactory | Initializes a new instance of the ODataEndpointFactory class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Name | Gets or sets the name of the endpoint. (Inherited from DomainServiceEndpointFactory.) |
![]() |
Parameters | Gets or sets a collection of key/value parameter pairs. (Inherited from DomainServiceEndpointFactory.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
CreateEndpoints | Creates endpoints based on the specified description. (Overrides DomainServiceEndpointFactoryCreateEndpoints(DomainServiceDescription, DomainServiceHost).) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.