DependsOnDomainModelAttribute 类

定义

用于指定当前域模型扩展的域模型的属性类。

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

返回要扩展的域模型的类型

适用于