ParameterConfiguration Class
Represents a parameter to a Procedure
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
System::Object
System.Web.Http.OData.Builder::ParameterConfiguration
System.Web.Http.OData.Builder::BindingParameterConfiguration
System.Web.Http.OData.Builder::NonbindingParameterConfiguration
System.Web.Http.OData.Builder::ParameterConfiguration
System.Web.Http.OData.Builder::BindingParameterConfiguration
System.Web.Http.OData.Builder::NonbindingParameterConfiguration
| Name | Description | |
|---|---|---|
![]() | ParameterConfiguration(String^, IEdmTypeConfiguration^) | Initializes a new instance of the ParameterConfiguration class. |
| Name | Description | |
|---|---|---|
![]() | Name | The name of the parameter |
![]() | TypeConfiguration | The type of the parameter |
| 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:


