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

データ モデル クラスに関連付けられているメタデータ クラスの型を取得します。

適用対象