다음을 통해 공유


CachedDataAnnotationsModelMetadata 생성자

정의

오버로드

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

프로토타입입니다.

modelAccessor
Func<Object>

모델 접근자입니다.

적용 대상

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))

매개 변수

provider
CachedDataAnnotationsModelMetadataProvider

공급자입니다.

containerType
Type

컨테이너 형식입니다.

modelType
Type

모델 형식입니다.

propertyName
String

속성 이름입니다.

attributes
IEnumerable<Attribute>

특성입니다.

적용 대상