ValueProviderFactory Class

 

Represents a factory for creating value-provider objects.

Namespace:   System.Web.Http.ValueProviders
Assembly:  System.Web.Http (in System.Web.Http.dll)

Inheritance Hierarchy

System.Object
  System.Web.Http.ValueProviders.ValueProviderFactory
    System.Web.Http.ValueProviders.Providers.CompositeValueProviderFactory
    System.Web.Http.ValueProviders.Providers.QueryStringValueProviderFactory
    System.Web.Http.ValueProviders.Providers.RouteDataValueProviderFactory

Syntax

public abstract class ValueProviderFactory
public ref class ValueProviderFactory abstract 
[<AbstractClass>]
type ValueProviderFactory = class end
Public MustInherit Class ValueProviderFactory

Constructors

Name Description
System_CAPS_protmethod ValueProviderFactory()

Initializes a new instance of the ValueProviderFactory class.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod GetValueProvider(HttpActionContext)

Returns a value-provider object for the specified controller context.

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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

System.Web.Http.ValueProviders Namespace

Return to top