DomainModelOwnerAttribute Classe

Definizione

Questo attributo viene inserito nelle classi MEL del codice DSL generato per poter eseguire il mapping statico alla classe del modello di dominio corrispondente. Questo mapping è necessario per supportare TypeDescriptor a livello di tipo nelle classi MEL poiché è necessario creare un'istanza di un archivio per ottenere informazioni sul tipo in fase di progettazione.

public ref class DomainModelOwnerAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)]
public sealed class DomainModelOwnerAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)>]
type DomainModelOwnerAttribute = class
    inherit Attribute
Public NotInheritable Class DomainModelOwnerAttribute
Inherits Attribute
Ereditarietà
DomainModelOwnerAttribute
Attributi

Costruttori

DomainModelOwnerAttribute(Type)

Proprietà

DomainModelType

Si applica a