다음을 통해 공유


EnumPropertyConfiguration(PropertyInfo, StructuralTypeConfiguration) 생성자

정의

EnumPropertyConfiguration 클래스의 새 인스턴스를 초기화합니다.

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)

매개 변수

property
PropertyInfo

구성의 속성입니다.

declaringType
StructuralTypeConfiguration

속성의 선언 형식입니다.

적용 대상