ParameterConfiguration Class
Represents a parameter to a Procedure
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
System.Web.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 | |
---|---|---|
ParameterConfiguration(String, IEdmTypeConfiguration) | Initializes a new instance of the ParameterConfiguration class. |
Properties
Name | Description | |
---|---|---|
Name | The name of the parameter |
|
OptionalParameter | Gets or sets a value indicating whether this parameter is optional or not. |
|
TypeConfiguration | The type of the parameter |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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.OData.Builder Namespace
Return to top