HttpParameterDescriptor Constructor

 

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

Overload List

Name Description
System_CAPS_protmethod HttpParameterDescriptor()

Initializes a new instance of the HttpParameterDescriptor class.

System_CAPS_protmethod HttpParameterDescriptor(HttpActionDescriptor)

Initializes a new instance of the HttpParameterDescriptor class.

See Also

HttpParameterDescriptor Class
System.Web.Http.Controllers Namespace

Return to top

HttpParameterDescriptor Constructor ()

Initializes a new instance of the HttpParameterDescriptor class.

Syntax

protected HttpParameterDescriptor()
protected:
HttpParameterDescriptor()
new : unit -> HttpParameterDescriptor
Protected Sub New

Return to top

HttpParameterDescriptor Constructor (HttpActionDescriptor)

Initializes a new instance of the HttpParameterDescriptor class.

Syntax

protected HttpParameterDescriptor(
    HttpActionDescriptor actionDescriptor
)
protected:
HttpParameterDescriptor(
    HttpActionDescriptor^ actionDescriptor
)
new : 
        actionDescriptor:HttpActionDescriptor -> HttpParameterDescriptor
Protected Sub New (
    actionDescriptor As HttpActionDescriptor
)

Parameters

Return to top