Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Create a BindingParameterConfiguration
Namespace:   System.Web.Http.OData.Builder
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public BindingParameterConfiguration(
    string name,
    IEdmTypeConfiguration parameterType,
    bool alwaysBindable
)
public:
BindingParameterConfiguration(
    String^ name,
    IEdmTypeConfiguration^ parameterType,
    bool alwaysBindable
)
new : 
        name:string *
        parameterType:IEdmTypeConfiguration *
        alwaysBindable:bool -> BindingParameterConfiguration
Public Sub New (
    name As String,
    parameterType As IEdmTypeConfiguration,
    alwaysBindable As Boolean
)
Parameters
- name 
 Type: System.String- The name of the Binding Parameter 
- parameterType 
 Type: System.Web.Http.OData.Builder.IEdmTypeConfiguration- The type of the Binding Parameter 
- alwaysBindable 
 Type: System.Boolean- Whether the action can always be bound to instances of the binding parameter. 
See Also
BindingParameterConfiguration Class
System.Web.Http.OData.Builder Namespace
Return to top