CompositeValueProviderFactory Class

 

Represents a factory for creating a list of value-provider objects.

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

System::Object
  System.Web.Http.ValueProviders::ValueProviderFactory
    System.Web.Http.ValueProviders.Providers::CompositeValueProviderFactory

public ref class CompositeValueProviderFactory : ValueProviderFactory

NameDescription
System_CAPS_pubmethodCompositeValueProviderFactory(IEnumerable<ValueProviderFactory^>^)

Initializes a new instance of the CompositeValueProviderFactory class.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodGetValueProvider(HttpActionContext^)

Retrieves a list of value-provider objects for the specified controller context.(Overrides ValueProviderFactory::GetValueProvider(HttpActionContext^).)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: