ModelMetadataTypeAttribute Třída

Definice

Tento atribut určuje třídu metadat, která se má přidružit ke třídě datového modelu.

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
Dědičnost
ModelMetadataTypeAttribute
Atributy

Konstruktory

ModelMetadataTypeAttribute(Type)

Inicializuje novou instanci ModelMetadataTypeAttribute třídy.

Vlastnosti

MetadataType

Získá typ třídy metadat, která je přidružena ke třídě datového modelu.

Platí pro