Share via


ParameterConfiguration Class

Represents a parameter to a Procedure.

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public MustInherit Class ParameterConfiguration
'Usage
Dim instance As ParameterConfiguration
public abstract class ParameterConfiguration
public ref class ParameterConfiguration abstract
[<AbstractClassAttribute>]
type ParameterConfiguration =  class end
public abstract class ParameterConfiguration

The ParameterConfiguration type exposes the following members.

Constructors

  Name Description
Protected method ParameterConfiguration Initializes a new instance of the ParameterConfiguration class.

Top

Properties

  Name Description
Public property Name The name of the parameter.
Public property TypeConfiguration The type of the parameter.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

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

Reference

System.Web.Http.OData.Builder Namespace