다음을 통해 공유


StructuralPropertyConfiguration 생성자

정의

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

protected StructuralPropertyConfiguration (System.Reflection.PropertyInfo property, Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration declaringType);
new Microsoft.AspNet.OData.Builder.StructuralPropertyConfiguration : System.Reflection.PropertyInfo * Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration -> Microsoft.AspNet.OData.Builder.StructuralPropertyConfiguration
Protected Sub New (property As PropertyInfo, declaringType As StructuralTypeConfiguration)

매개 변수

property
PropertyInfo

구성의 속성입니다.

declaringType
StructuralTypeConfiguration

속성의 선언 형식입니다.

적용 대상