DomainRelationshipInfo 类

表示有关域关系的元数据。

继承层次结构

System.Object
  Microsoft.VisualStudio.Modeling.DomainObjectInfo
    Microsoft.VisualStudio.Modeling.DomainClassInfo
      Microsoft.VisualStudio.Modeling.DomainRelationshipInfo

命名空间:  Microsoft.VisualStudio.Modeling
程序集:  Microsoft.VisualStudio.Modeling.Sdk.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)

语法

声明
Public NotInheritable Class DomainRelationshipInfo _
    Inherits DomainClassInfo
public sealed class DomainRelationshipInfo : DomainClassInfo

DomainRelationshipInfo 类型公开以下成员。

属性

  名称 说明
公共属性 AllDescendants 获取从该类派生的所有字段类的列表。 (继承自 DomainClassInfo。)
公共属性 AllDomainProperties 获取字段特性中列出该字段类声明的。 (继承自 DomainClassInfo。)
公共属性 AllDomainRolesPlayed 获取只读此类或其优越模拟的所有字段角色。 (继承自 DomainClassInfo。)
公共属性 AllEmbeddedByDomainRoles 获取的字段角色列表嵌入此字段类。 (继承自 DomainClassInfo。)
公共属性 AllowsDuplicates 获取此字段关系多个实例是否允许在同一之间元素对。
公共属性 BaseDomainClass 获取此字段类继承的域类。 (继承自 DomainClassInfo。)
公共属性 BaseDomainRelationship 获取基域关系,因此,如果有的话)。
公共属性 DefaultDomainProperty 获取此字段类的默认字段的特性。 (继承自 DomainClassInfo。)
公共属性 DisplayName 获取元素的显示名称。 (继承自 DomainObjectInfo。)
公共属性 DomainModel 获取域模型此字段类属于。 (继承自 DomainClassInfo。)
公共属性 DomainRoles 获取只读列表此关系的字段角色。
公共属性 Id 获取元素的 ID。 (继承自 DomainObjectInfo。)
公共属性 ImplementationClass 获取此字段类的实现类型。 (继承自 DomainClassInfo。)
公共属性 IsEmbedding 获取源角色的玩家是否在逻辑上包含目标角色的玩家。
公共属性 IsValidationEnabled 获取验证是否了该字段类启用。 (继承自 DomainClassInfo。)
公共属性 LocalDescendants 获取域类列表直接从该类派生的。 (继承自 DomainClassInfo。)
公共属性 LocalDomainProperties 获取此字段类声明的字段的特性的列表。 (继承自 DomainClassInfo。)
公共属性 LocalDomainRolesPlayed 获取此字段类模拟的字段角色列表。 (继承自 DomainClassInfo。)
公共属性 Name 获取元素的名称。 (继承自 DomainObjectInfo。)
公共属性 NameDomainProperty 获取此字段类的元素的特性。 (继承自 DomainClassInfo。)

页首

方法

  名称 说明
公共方法 Equals 相等基于 DomainClassInfo 对象的 ID。 (继承自 DomainClassInfo。)
公共方法 FindDomainProperty 针对此字段类中定义的一个字段的特性。 (继承自 DomainClassInfo。)
公共方法 FindDomainRole 按名称查找一个字段角色。
公共方法 GetHashCode Hashcode 基于此对象 ID (继承自 DomainClassInfo。)
公共方法 GetType 获取当前实例的 Type。 (继承自 Object。)
公共方法 IsDerivedFrom(Guid) 此字段指示该类是否从指定的字段类派生。 (继承自 DomainClassInfo。)
公共方法 IsDerivedFrom(DomainClassInfo) 此字段指示该类是否从指定的字段类派生。 (继承自 DomainClassInfo。)
公共方法 ToString 将元素转换为字符串。 (继承自 DomainObjectInfo。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参见

参考

Microsoft.VisualStudio.Modeling 命名空间