Share via


ComplexPropertyConfiguration Constructor (PropertyInfo, StructuralTypeConfiguration)

 

Instantiates a new instance of the ComplexPropertyConfiguration class.

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

Syntax

public ComplexPropertyConfiguration(
    PropertyInfo property,
    StructuralTypeConfiguration declaringType
)
public:
ComplexPropertyConfiguration(
    PropertyInfo^ property,
    StructuralTypeConfiguration^ declaringType
)
new : 
        property:PropertyInfo *
        declaringType:StructuralTypeConfiguration -> ComplexPropertyConfiguration
Public Sub New (
    property As PropertyInfo,
    declaringType As StructuralTypeConfiguration
)

Parameters

See Also

ComplexPropertyConfiguration Class
System.Web.OData.Builder Namespace

Return to top