Compartilhar via


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
Public method ODataEndpointFactory Initializes a new instance of the ODataEndpointFactory class.

Top

Properties

  Name Description
Public property Name Gets or sets the name of the endpoint. (Inherited from DomainServiceEndpointFactory.)
Public property Parameters Gets or sets a collection of key/value parameter pairs. (Inherited from DomainServiceEndpointFactory.)

Top

Methods

  Name Description
Public method CreateEndpoints Creates endpoints based on the specified description. (Overrides DomainServiceEndpointFactoryCreateEndpoints(DomainServiceDescription, DomainServiceHost).)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

System.ServiceModel.DomainServices.Hosting Namespace