DependsOnDomainModelAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于指定当前域模型扩展的域模型的属性类。
public ref class DependsOnDomainModelAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=false)]
public sealed class DependsOnDomainModelAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=false)>]
type DependsOnDomainModelAttribute = class
inherit Attribute
Public NotInheritable Class DependsOnDomainModelAttribute
Inherits Attribute
- 继承
-
DependsOnDomainModelAttribute
- 属性
构造函数
| DependsOnDomainModelAttribute(Type) |
构造函数 |
属性
| ExtendedDomainModelType |
返回要扩展的域模型的类型 |