DefaultMetadataDetails 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
에 대한 연결된 메타데이터 개체를 보유합니다 DefaultModelMetadata.
public ref class DefaultMetadataDetails
public class DefaultMetadataDetails
type DefaultMetadataDetails = class
Public Class DefaultMetadataDetails
- 상속
-
DefaultMetadataDetails
설명
데이터에 대한 모든 수정은 여러 판독기 및 작성기에 대해 스레드로부터 안전해야 합니다.
생성자
DefaultMetadataDetails(ModelMetadataIdentity, ModelAttributes) |
새 DefaultMetadataDetails를 만듭니다. |
속성
BindingMetadata |
BindingMetadata를 가져오거나 설정합니다. |
BoundConstructorInvoker |
레코드 형식에 대한 바인딩된 생성자를 호출하는 데 사용되는 대리자를 가져오거나 설정합니다. |
BoundConstructorParameters |
생성자 매개 변수에 ModelMetadata 대한 항목을 가져오거나 설정합니다. |
ContainerMetadata |
컨테이너 형식의 를 ModelMetadata 가져오거나 설정합니다. |
DisplayMetadata |
DisplayMetadata를 가져오거나 설정합니다. |
Key |
ModelMetadataIdentity를 가져오거나 설정합니다. |
ModelAttributes |
모델 특성 집합을 가져오거나 설정합니다. |
Properties |
모델 속성에 ModelMetadata 대한 항목을 가져오거나 설정합니다. |
PropertyGetter |
모델 개체에서 속성 값을 가져올 속성 getter 대리자를 가져오거나 설정합니다. |
PropertySetter |
모델 개체에서 속성 값을 설정할 속성 setter 대리자를 가져오거나 설정합니다. |
ValidationMetadata |
를 가져오거나 설정합니다.ValidationMetadata |