CachedDataAnnotationsModelMetadata 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
CachedDataAnnotationsModelMetadata(CachedDataAnnotationsModelMetadata, Func<Object>) |
프로토타입 및 모델 접근자를 사용하여 클래스의 CachedDataAnnotationsModelMetadata 새 instance 초기화합니다. |
CachedDataAnnotationsModelMetadata(CachedDataAnnotationsModelMetadataProvider, Type, Type, String, IEnumerable<Attribute>) |
공급자, 컨테이너 형식, 모델 형식, 속성 이름 및 특성을 사용하여 클래스의 CachedDataAnnotationsModelMetadata 새 instance 초기화합니다. |
CachedDataAnnotationsModelMetadata(CachedDataAnnotationsModelMetadata, Func<Object>)
프로토타입 및 모델 접근자를 사용하여 클래스의 CachedDataAnnotationsModelMetadata 새 instance 초기화합니다.
public CachedDataAnnotationsModelMetadata (System.Web.Mvc.CachedDataAnnotationsModelMetadata prototype, Func<object> modelAccessor);
new System.Web.Mvc.CachedDataAnnotationsModelMetadata : System.Web.Mvc.CachedDataAnnotationsModelMetadata * Func<obj> -> System.Web.Mvc.CachedDataAnnotationsModelMetadata
Public Sub New (prototype As CachedDataAnnotationsModelMetadata, modelAccessor As Func(Of Object))
매개 변수
- prototype
- CachedDataAnnotationsModelMetadata
프로토타입입니다.
적용 대상
CachedDataAnnotationsModelMetadata(CachedDataAnnotationsModelMetadataProvider, Type, Type, String, IEnumerable<Attribute>)
공급자, 컨테이너 형식, 모델 형식, 속성 이름 및 특성을 사용하여 클래스의 CachedDataAnnotationsModelMetadata 새 instance 초기화합니다.
public CachedDataAnnotationsModelMetadata (System.Web.Mvc.CachedDataAnnotationsModelMetadataProvider provider, Type containerType, Type modelType, string propertyName, System.Collections.Generic.IEnumerable<Attribute> attributes);
new System.Web.Mvc.CachedDataAnnotationsModelMetadata : System.Web.Mvc.CachedDataAnnotationsModelMetadataProvider * Type * Type * string * seq<Attribute> -> System.Web.Mvc.CachedDataAnnotationsModelMetadata
Public Sub New (provider As CachedDataAnnotationsModelMetadataProvider, containerType As Type, modelType As Type, propertyName As String, attributes As IEnumerable(Of Attribute))
매개 변수
공급자입니다.
- containerType
- Type
컨테이너 형식입니다.
- modelType
- Type
모델 형식입니다.
- propertyName
- String
속성 이름입니다.
- attributes
- IEnumerable<Attribute>
특성입니다.