NonbindingParameterConfiguration Class

 

Represents a non-binding procedure parameter. Non-binding parameters are provided in the POST body for Actions Non-binding parameters are provided in 3 ways for Functions - ~/.../Function(p1=value) - ~/.../Function(p1=@x)?@x=value - ~/.../Function?p1=value (only allowed if the Function is the last url path segment).

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::NonbindingParameterConfiguration

public ref class NonbindingParameterConfiguration : ParameterConfiguration

NameDescription
System_CAPS_pubmethodNonbindingParameterConfiguration(String^, IEdmTypeConfiguration^)

Initializes a new instance of the NonbindingParameterConfiguration class.

NameDescription
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.)

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: