StructuralPropertyConfiguration Constructor
Initializes a new instance of the StructuralPropertyConfiguration class.
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
'Declaration
Protected Sub New ( _
property As PropertyInfo, _
declaringType As StructuralTypeConfiguration _
)
'Usage
Dim property As PropertyInfo
Dim declaringType As StructuralTypeConfiguration
Dim instance As New StructuralPropertyConfiguration(property, _
declaringType)
protected StructuralPropertyConfiguration(
PropertyInfo property,
StructuralTypeConfiguration declaringType
)
protected:
StructuralPropertyConfiguration(
PropertyInfo^ property,
StructuralTypeConfiguration^ declaringType
)
new :
property:PropertyInfo *
declaringType:StructuralTypeConfiguration -> StructuralPropertyConfiguration
protected function StructuralPropertyConfiguration(
property : PropertyInfo,
declaringType : StructuralTypeConfiguration
)
Parameters
- property
Type: System.Reflection.PropertyInfo
The property of the configuration.
- declaringType
Type: System.Web.Http.OData.Builder.StructuralTypeConfiguration
The declaring type of the property.