ApiParameterDescription Class
Describes a parameter on the API defined by relative URI path and HTTP method.
Assembly: System.Web.Http (in System.Web.Http.dll)
| Name | Description | |
|---|---|---|
![]() | ApiParameterDescription() | Initializes a new instance of the ApiParameterDescription class. |
| Name | Description | |
|---|---|---|
![]() | Documentation | Gets or sets the documentation. |
![]() | Name | Gets or sets the name. |
![]() | ParameterDescriptor | Gets or sets the parameter descriptor. |
![]() | Source | Gets or sets the source of the parameter. It may come from the request URI, request body or other places. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (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.
Show:


