Share via


StructuralPropertyConfiguration Constructor (PropertyInfo, StructuralTypeConfiguration)

 

Initializes a new instance of the StructuralPropertyConfiguration class.

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

Syntax

protected StructuralPropertyConfiguration(
    PropertyInfo property,
    StructuralTypeConfiguration declaringType
)
protected:
StructuralPropertyConfiguration(
    PropertyInfo^ property,
    StructuralTypeConfiguration^ declaringType
)
new : 
        property:PropertyInfo *
        declaringType:StructuralTypeConfiguration -> StructuralPropertyConfiguration
Protected Sub New (
    property As PropertyInfo,
    declaringType As StructuralTypeConfiguration
)

Parameters

See Also

StructuralPropertyConfiguration Class
System.Web.OData.Builder Namespace

Return to top