Share via


ParameterConfiguration Class

 

Represents a parameter to a Procedure

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

Inheritance Hierarchy

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

Syntax

public abstract class ParameterConfiguration
public ref class ParameterConfiguration abstract 
[<AbstractClass>]
type ParameterConfiguration = class end
Public MustInherit Class ParameterConfiguration

Constructors

Name Description
System_CAPS_protmethod ParameterConfiguration(String, IEdmTypeConfiguration)

Initializes a new instance of the ParameterConfiguration class.

Properties

Name Description
System_CAPS_pubproperty Name

The name of the parameter

System_CAPS_pubproperty TypeConfiguration

The type of the parameter

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

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

Return to top