ParameterConfiguration Constructor
Initializes a new instance of the ParameterConfiguration class.
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
'Declaration
Protected Sub New ( _
name As String, _
parameterType As IEdmTypeConfiguration _
)
'Usage
Dim name As String
Dim parameterType As IEdmTypeConfiguration
Dim instance As New ParameterConfiguration(name, parameterType)
protected ParameterConfiguration(
string name,
IEdmTypeConfiguration parameterType
)
protected:
ParameterConfiguration(
String^ name,
IEdmTypeConfiguration^ parameterType
)
new :
name:string *
parameterType:IEdmTypeConfiguration -> ParameterConfiguration
protected function ParameterConfiguration(
name : String,
parameterType : IEdmTypeConfiguration
)
Parameters
- name
Type: System.String
The name of the parameter.
- parameterType
Type: System.Web.Http.OData.Builder.IEdmTypeConfiguration
The EDM type of the parameter.