BindingParameterConfiguration Class

 

Represents a BindingParameter.

Namespace:   System.Web.OData.Builder
Assembly:  System.Web.OData (in System.Web.OData.dll)

System::Object
  System.Web.OData.Builder::ParameterConfiguration
    System.Web.OData.Builder::BindingParameterConfiguration

public ref class BindingParameterConfiguration : ParameterConfiguration

NameDescription
System_CAPS_pubmethodBindingParameterConfiguration(String^, IEdmTypeConfiguration^)

Create a BindingParameterConfiguration

NameDescription
System_CAPS_pubpropertyName

The name of the parameter (Inherited from ParameterConfiguration.)

System_CAPS_pubpropertyOptionalParameter

Gets or sets a value indicating whether this parameter is optional or not. (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: