ModelMetadataTypeAttribute Klasa

Definicja

Ten atrybut określa klasę metadanych do skojarzenia z klasą modelu danych.

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
Dziedziczenie
ModelMetadataTypeAttribute
Pochodne
Atrybuty

Konstruktory

ModelMetadataTypeAttribute(Type)

Inicjuje nowe wystąpienie klasy ModelMetadataTypeAttribute.

Właściwości

MetadataType

Pobiera typ klasy metadanych, który jest skojarzony z klasą modelu danych.

Dotyczy