ClosureFindOrCreateAndRelateElementOperation 类

表示指示查找的关闭操作或创建目标元素操作。

继承层次结构

System.Object
  Microsoft.VisualStudio.Modeling.ClosureElementOperation
    Microsoft.VisualStudio.Modeling.ClosureFindElementOperation
      Microsoft.VisualStudio.Modeling.ClosureFindAndRelateElementOperation
        Microsoft.VisualStudio.Modeling.ClosureFindOrCreateAndRelateElementOperation

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

语法

声明
<SerializableAttribute> _
Public Class ClosureFindOrCreateAndRelateElementOperation _
    Inherits ClosureFindAndRelateElementOperation _
    Implements ISerializable
[SerializableAttribute]
public class ClosureFindOrCreateAndRelateElementOperation : ClosureFindAndRelateElementOperation, 
    ISerializable

ClosureFindOrCreateAndRelateElementOperation 类型公开以下成员。

构造函数

  名称 说明
受保护的方法 ClosureFindOrCreateAndRelateElementOperation(SerializationInfo, StreamingContext) 受保护的构造函数。它在反序列化时执行。
公共方法 ClosureFindOrCreateAndRelateElementOperation(ModelElement, DomainRoleInfo, ModelElement, DomainRoleInfo, DomainRelationshipInfo) 构造函数

页首

属性

  名称 说明
公共属性 CopiedRoleId 该 domainRole 的 ID 复制的源对象在该关系 (继承自 ClosureFindAndRelateElementOperation。)
公共属性 CopiedTargetElement 在目标存储中的复制的组件 (继承自 ClosureFindAndRelateElementOperation。)
公共属性 FoundRoleId 该 domainRole 的 ID 找到的目标元素在该关系 (继承自 ClosureFindAndRelateElementOperation。)
公共属性 SourceElementDomainClassId 元素的域类的 ID。 (继承自 ClosureFindElementOperation。)
公共属性 SourceElementId 元素的 ID 在源存储 (继承自 ClosureFindElementOperation。)
公共属性 TargetDomainRelationshipId 创建的域关系的 ID。 (继承自 ClosureFindAndRelateElementOperation。)
公共属性 TargetElement 在目标存储中找到的元素 (继承自 ClosureFindElementOperation。)
公共属性 TargetElementId 元素的 ID 在目标存储中的 (继承自 ClosureFindElementOperation。)

页首

方法

  名称 说明
公共方法 Equals 确定指定的对象是否等于当前对象。 (继承自 Object。)
受保护的方法 Finalize 允许对象在“垃圾回收”回收之前尝试释放资源并执行其他清理操作。 (继承自 Object。)
公共方法 FindElement 默认暴力搜索操作 (继承自 ClosureFindElementOperation。)
公共方法 GetHashCode 用作特定类型的哈希函数。 (继承自 Object。)
公共方法 GetObjectData 填充必要的数据的 SerializationInfo 序列化目标对象。此方法在序列化时执行。 (重写 ClosureFindAndRelateElementOperation.GetObjectData(SerializationInfo, StreamingContext)。)
公共方法 GetType 获取当前实例的 Type。 (继承自 Object。)
公共方法 Matches 确定抽象方法元素与个由此查找操作描述了 (继承自 ClosureFindElementOperation。)
受保护的方法 MemberwiseClone 创建当前 Object 的浅表副本。 (继承自 Object。)
公共方法 Resolve 执行此操作的解决方法 (重写 ClosureFindAndRelateElementOperation.Resolve(Partition, ElementGroup)。)
受保护的方法 ResolveCopiedTargetElement 解决复制到分区的目标元素 (继承自 ClosureFindAndRelateElementOperation。)
受保护的方法 ResolveCreateElement 创建一个新元素均解析为在目标分区
受保护的方法 ResolveCreateElementLink 在目标存储解决一个元素链接的创建 (继承自 ClosureFindAndRelateElementOperation。)
受保护的方法 ResolveDomainRelationship 获取 DomainClassId 的 DomainRelationshipInfo (继承自 ClosureFindAndRelateElementOperation。)
受保护的方法 ResolveFindElement 在现有的存储解决搜索一个元素 (继承自 ClosureFindAndRelateElementOperation。)
公共方法 ToString 返回表示当前对象的字符串。 (继承自 Object。)

页首

线程安全

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

请参见

参考

Microsoft.VisualStudio.Modeling 命名空间