ExtendsDomainModelAttribute Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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. |