BindingParameterConfiguration Class

 

Represents a BindingParameter.

Namespace:   System.Web.Http.OData.Builder
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

public ref class BindingParameterConfiguration : ParameterConfiguration

NameDescription
System_CAPS_pubpropertyAlwaysBindable

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.

System_CAPS_pubpropertyName

The name of the parameter(Inherited from ParameterConfiguration.)

System_CAPS_pubpropertyTypeConfiguration

The type of the parameter(Inherited from ParameterConfiguration.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticDefaultBindingParameterName

The default parameter name for an action’s binding parameter.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: