Share via


BindingParameterConfiguration Class

 

Represents a BindingParameter.

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

Inheritance Hierarchy

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

Syntax

public class BindingParameterConfiguration : ParameterConfiguration
public ref class BindingParameterConfiguration : ParameterConfiguration
type BindingParameterConfiguration = 
    class
        inherit ParameterConfiguration
    end
Public Class BindingParameterConfiguration
    Inherits ParameterConfiguration

Constructors

Name Description
System_CAPS_pubmethod BindingParameterConfiguration(String, IEdmTypeConfiguration)

Create a BindingParameterConfiguration

Properties

Name Description
System_CAPS_pubproperty Name

The name of the parameter (Inherited from ParameterConfiguration.)

System_CAPS_pubproperty OptionalParameter

Gets or sets a value indicating whether this parameter is optional or not. (Inherited from ParameterConfiguration.)

System_CAPS_pubproperty TypeConfiguration

The type of the parameter (Inherited from ParameterConfiguration.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static DefaultBindingParameterName

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

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.

See Also

System.Web.OData.Builder Namespace

Return to top