Share via


EnumPropertyConfiguration Constructor (PropertyInfo, StructuralTypeConfiguration)

 

Initializes a new instance of the EnumPropertyConfiguration class.

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

Syntax

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

Parameters

See Also

EnumPropertyConfiguration Class
System.Web.OData.Builder Namespace

Return to top