ExtendsDomainModelAttribute Classe

Definição

Cuidado

This attribute is ignored and will be removed in a future version. Use the custom attribute [DependsOnDomainModel] instead.

Classe de atributo usada para especificar o modelo de domínio que o modelo de domínio atual estende.

public ref class ExtendsDomainModelAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=false)]
[System.Obsolete("This attribute is ignored and will be removed in a future version. Use the custom attribute [DependsOnDomainModel] instead.")]
public sealed class ExtendsDomainModelAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=false)>]
[<System.Obsolete("This attribute is ignored and will be removed in a future version. Use the custom attribute [DependsOnDomainModel] instead.")>]
type ExtendsDomainModelAttribute = class
    inherit Attribute
Public NotInheritable Class ExtendsDomainModelAttribute
Inherits Attribute
Herança
ExtendsDomainModelAttribute
Atributos

Construtores

ExtendsDomainModelAttribute(String)

Inicializa uma nova instância da classe ExtendsDomainModelAttribute.

Propriedades

ExtendedModelId

Obtém a ID do modelo de domínio estendido.

Aplica-se a