Inheritance Hierarchy
System.Object
  System.Web.Http.Controllers.HttpParameterDescriptor
    System.Web.Http.Controllers.ReflectedHttpParameterDescriptor
Namespace:  System.Web.Http.Controllers
Assembly:  System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Class ReflectedHttpParameterDescriptor _
    Inherits HttpParameterDescriptor
'Usage
Dim instance As ReflectedHttpParameterDescriptor
public class ReflectedHttpParameterDescriptor : HttpParameterDescriptor
public ref class ReflectedHttpParameterDescriptor : public HttpParameterDescriptor
type ReflectedHttpParameterDescriptor =  
    class
        inherit HttpParameterDescriptor
    end
public class ReflectedHttpParameterDescriptor extends HttpParameterDescriptor
The ReflectedHttpParameterDescriptor type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | ReflectedHttpParameterDescriptor() | Initializes a new instance of the ReflectedHttpParameterDescriptor class. | 
| .jpeg) | ReflectedHttpParameterDescriptor(HttpActionDescriptor, ParameterInfo) | Initializes a new instance of the ReflectedHttpParameterDescriptor class. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | ActionDescriptor | Gets or sets the action descriptor. (Inherited from HttpParameterDescriptor.) | 
| .jpeg) | Configuration | Gets or sets the HttpConfiguration for the HttpParameterDescriptor. (Inherited from HttpParameterDescriptor.) | 
| .jpeg) | DefaultValue | Gets the default value for the parameter. (Overrides HttpParameterDescriptor.DefaultValue.) | 
| .jpeg) | IsOptional | Gets a value that indicates whether the parameter is optional. (Overrides HttpParameterDescriptor.IsOptional.) | 
| .jpeg) | ParameterBinderAttribute | Gets or sets the parameter binding attribute. (Inherited from HttpParameterDescriptor.) | 
| .jpeg) | ParameterInfo | Gets or sets the parameter information. | 
| .jpeg) | ParameterName | Gets the name of the parameter. (Overrides HttpParameterDescriptor.ParameterName.) | 
| .jpeg) | ParameterType | Gets the type of the parameter. (Overrides HttpParameterDescriptor.ParameterType.) | 
| .jpeg) | Prefix | Gets the prefix of this parameter. (Inherited from HttpParameterDescriptor.) | 
| .jpeg) | Properties | Gets the properties of this parameter. (Inherited from HttpParameterDescriptor.) | 
Top
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals | (Inherited from Object.) | 
| .jpeg) | Finalize | (Inherited from Object.) | 
| .jpeg) | GetCustomAttributes<T> | Retrieves a collection of the custom attributes from the parameter. (Overrides HttpParameterDescriptor.GetCustomAttributes<T>().) | 
| .jpeg) | GetHashCode | (Inherited from Object.) | 
| .jpeg) | GetType | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone | (Inherited from Object.) | 
| .jpeg) | ToString | (Inherited from Object.) | 
Top
Extension Methods
| Name | Description | |
|---|---|---|
| .gif) | BindAsError | Binds parameter that results as an error. (Defined by ParameterBindingExtensions.) | 
| .gif) | BindWithAttribute | Bind the parameter as if it had the given attribute on the declaration. (Defined by ParameterBindingExtensions.) | 
| .gif) | BindWithFormatter() | Overloaded. Binds parameter by parsing the HTTP body content. (Defined by ParameterBindingExtensions.) | 
| .gif) | BindWithFormatter(MediaTypeFormatter[]) | Overloaded. Binds parameter by parsing the HTTP body content. (Defined by ParameterBindingExtensions.) | 
| .gif) | BindWithFormatter(IEnumerable<MediaTypeFormatter>) | Overloaded. Binds parameter by parsing the HTTP body content. (Defined by ParameterBindingExtensions.) | 
| .gif) | BindWithFormatter(IEnumerable<MediaTypeFormatter>, IBodyModelValidator) | Overloaded. Binds parameter by parsing the HTTP body content. (Defined by ParameterBindingExtensions.) | 
| .gif) | BindWithModelBinding() | Overloaded. Binds parameter by parsing the query string. (Defined by ParameterBindingExtensions.) | 
| .gif) | BindWithModelBinding(IModelBinder) | Overloaded. Binds parameter by parsing the query string. (Defined by ParameterBindingExtensions.) | 
| .gif) | BindWithModelBinding(ValueProviderFactory[]) | Overloaded. Binds parameter by parsing the query string. (Defined by ParameterBindingExtensions.) | 
| .gif) | BindWithModelBinding(IEnumerable<ValueProviderFactory>) | Overloaded. Binds parameter by parsing the query string. (Defined by ParameterBindingExtensions.) | 
| .gif) | BindWithModelBinding(IModelBinder, IEnumerable<ValueProviderFactory>) | Overloaded. Binds parameter by parsing the query string. (Defined by ParameterBindingExtensions.) | 
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.