Share via


EnumPropertyConfiguration(PropertyInfo, StructuralTypeConfiguration) Constructor

Definition

Initializes a new instance of the EnumPropertyConfiguration class.

public EnumPropertyConfiguration (System.Reflection.PropertyInfo property, Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration declaringType);
new Microsoft.AspNet.OData.Builder.EnumPropertyConfiguration : System.Reflection.PropertyInfo * Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration -> Microsoft.AspNet.OData.Builder.EnumPropertyConfiguration
Public Sub New (property As PropertyInfo, declaringType As StructuralTypeConfiguration)

Parameters

property
PropertyInfo

The property of the configuration.

declaringType
StructuralTypeConfiguration

The declaring type of the property.

Applies to