DataAnnotationsModelMetadata 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
DataAnnotationsModelMetadataProvider 클래스의 새 인스턴스를 초기화합니다.
public DataAnnotationsModelMetadata (System.Web.Mvc.DataAnnotationsModelMetadataProvider provider, Type containerType, Func<object> modelAccessor, Type modelType, string propertyName, System.ComponentModel.DataAnnotations.DisplayColumnAttribute displayColumnAttribute);
new System.Web.Mvc.DataAnnotationsModelMetadata : System.Web.Mvc.DataAnnotationsModelMetadataProvider * Type * Func<obj> * Type * string * System.ComponentModel.DataAnnotations.DisplayColumnAttribute -> System.Web.Mvc.DataAnnotationsModelMetadata
Public Sub New (provider As DataAnnotationsModelMetadataProvider, containerType As Type, modelAccessor As Func(Of Object), modelType As Type, propertyName As String, displayColumnAttribute As DisplayColumnAttribute)
매개 변수
- provider
- DataAnnotationsModelMetadataProvider
데이터 주석 모델 메타데이터 공급자입니다.
- containerType
- Type
컨테이너의 형식입니다.
- modelType
- Type
모델의 형식입니다.
- propertyName
- String
속성의 이름입니다.
- displayColumnAttribute
- DisplayColumnAttribute
표시 열 특성입니다.