BindingParameterConfiguration Class
Represents a BindingParameter.
Inheritance Hierarchy
System.Object
System.Web.Http.OData.Builder.ParameterConfiguration
System.Web.Http.OData.Builder.BindingParameterConfiguration
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
'Declaration
Public Class BindingParameterConfiguration _
Inherits ParameterConfiguration
'Usage
Dim instance As BindingParameterConfiguration
public class BindingParameterConfiguration : ParameterConfiguration
public ref class BindingParameterConfiguration : public ParameterConfiguration
type BindingParameterConfiguration =
class
inherit ParameterConfiguration
end
public class BindingParameterConfiguration extends ParameterConfiguration
The BindingParameterConfiguration type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BindingParameterConfiguration | Create a BindingParameterConfiguration |
Top
Properties
Name | Description | |
---|---|---|
AlwaysBindable | Indicates whether the BindingParameter is always bindable or not. For example some actions are always available some are only available at certain times or in certain states. | |
Name | The name of the parameter. (Inherited from ParameterConfiguration.) | |
TypeConfiguration | The type of the parameter. (Inherited from ParameterConfiguration.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
DefaultBindingParameterName | The default parameter name for an action’s binding parameter. |
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.