DomainModel 类

定义

域模型在中实例化 Store

public ref class DomainModel abstract
public abstract class DomainModel
type DomainModel = class
Public MustInherit Class DomainModel
继承
DomainModel
派生

构造函数

DomainModel(Store, Guid)

初始化 DomainModel 类的新实例。

属性

DomainModelInfo

获取域模型信息。

ResourceManager

获取 ResourceManager 与此域模型关联的。

Store

获取 Store 包含此域模型的实例的。

方法

CreateElement(Partition, Type, PropertyAssignment[])

创建指定类型的元素。

CreateElementLink(Partition, Type, RoleAssignment[], PropertyAssignment[])

创建指定类型的元素链接。

GetClosureFilter(ClosureType, ICollection<ModelElement>)

返回对应于特定闭包类型的 IElementVisitorFilter。

GetClosureVisitor(ClosureType, ICollection<ModelElement>)

返回对应于特定闭包类型的 IElementVisitor。

GetCustomDomainModelTypes()

获取不生成的域模型类型的列表。

GetCustomDomainProperties()

获取不生成的域属性的列表。

GetCustomDomainRoles()

获取不生成的域角色的列表。

GetGeneratedDomainModelTypes()

获取 (类、规则、关系) 生成的域模型类型的列表。

GetGeneratedDomainProperties()

获取生成的域属性的列表。

GetGeneratedDomainRoles()

获取生成的域角色的列表。

适用于