ModelMetadataTypeAttribute Třída

Definice

Tento atribut určuje třídu metadat, která se má přidružit k 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
Odvozené
Atributy

Konstruktory

ModelMetadataTypeAttribute(Type)

Inicializuje novou instanci ModelMetadataTypeAttribute třídy.

Vlastnosti

MetadataType

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

Platí pro