ExtendsDomainModelAttribute Класс
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Внимание!
This attribute is ignored and will be removed in a future version. Use the custom attribute [DependsOnDomainModel] instead.
Класс атрибута, используемый для определения модели домена, которую текущая модель домена расширяет.
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
- Наследование
-
ExtendsDomainModelAttribute
- Атрибуты
Конструкторы
| ExtendsDomainModelAttribute(String) |
Инициализирует новый экземпляр класса Екстендсдомаинмоделаттрибуте. |
Свойства
| ExtendedModelId |
Возвращает идентификатор модели расширенного домена. |