ModelMetadataTypeAttribute 클래스

정의

이 특성은 데이터 모델 클래스와 연결할 메타데이터 클래스를 지정합니다.

public ref class ModelMetadataTypeAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
public class ModelMetadataTypeAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)>]
type ModelMetadataTypeAttribute = class
    inherit Attribute
Public Class ModelMetadataTypeAttribute
Inherits Attribute
상속
ModelMetadataTypeAttribute
파생
특성

생성자

ModelMetadataTypeAttribute(Type)

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

속성

MetadataType

데이터 모델 클래스와 연결된 메타데이터 클래스의 형식을 가져옵니다.

적용 대상