ClosureFindAndRelateOrDeleteCopiedElementOperation Class
Represents a closure operation to find and relate to an element or delete the copied element if the target is not found.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Modeling.ClosureElementOperation
Microsoft.VisualStudio.Modeling.ClosureFindElementOperation
Microsoft.VisualStudio.Modeling.ClosureFindAndRelateElementOperation
Microsoft.VisualStudio.Modeling.ClosureFindAndRelateOrDeleteCopiedElementOperation
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class ClosureFindAndRelateOrDeleteCopiedElementOperation _
Inherits ClosureFindAndRelateElementOperation _
Implements ISerializable
[SerializableAttribute]
public class ClosureFindAndRelateOrDeleteCopiedElementOperation : ClosureFindAndRelateElementOperation,
ISerializable
[SerializableAttribute]
public ref class ClosureFindAndRelateOrDeleteCopiedElementOperation : public ClosureFindAndRelateElementOperation,
ISerializable
[<SerializableAttribute>]
type ClosureFindAndRelateOrDeleteCopiedElementOperation =
class
inherit ClosureFindAndRelateElementOperation
interface ISerializable
end
public class ClosureFindAndRelateOrDeleteCopiedElementOperation extends ClosureFindAndRelateElementOperation implements ISerializable
The ClosureFindAndRelateOrDeleteCopiedElementOperation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ClosureFindAndRelateOrDeleteCopiedElementOperation() | Default Constructor |
![]() |
ClosureFindAndRelateOrDeleteCopiedElementOperation(SerializationInfo, StreamingContext) | Protected constructor. It is executed during deserialization. |
![]() |
ClosureFindAndRelateOrDeleteCopiedElementOperation(ModelElement, DomainRoleInfo, ModelElement, DomainRoleInfo, DomainRelationshipInfo) | Constructor |
Top
Properties
Name | Description | |
---|---|---|
![]() |
CopiedRoleId | The ID of the domainRole that the copied source object plays in the relationship (Inherited from ClosureFindAndRelateElementOperation.) |
![]() |
CopiedTargetElement | The copied element as found in the target store (Inherited from ClosureFindAndRelateElementOperation.) |
![]() |
FoundRoleId | The ID of the domainRole that the found target element plays in the relationship (Inherited from ClosureFindAndRelateElementOperation.) |
![]() |
SourceElementDomainClassId | Id of the domain class of the element (Inherited from ClosureFindElementOperation.) |
![]() |
SourceElementId | Id of the element in the source store (Inherited from ClosureFindElementOperation.) |
![]() |
TargetDomainRelationshipId | The id of the domain relationship to create (Inherited from ClosureFindAndRelateElementOperation.) |
![]() |
TargetElement | The element as found in the target store (Inherited from ClosureFindElementOperation.) |
![]() |
TargetElementId | Id of the element as found in the target store (Inherited from ClosureFindElementOperation.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
FindElement | default brute force search operation (Inherited from ClosureFindElementOperation.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. This method is executed during serialization. (Inherited from ClosureFindAndRelateElementOperation.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
Matches | abstract method to determine that an element matches the one described by this find operation (Inherited from ClosureFindElementOperation.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
Resolve | Performs target resolution of this operation (Overrides ClosureFindAndRelateElementOperation.Resolve(Partition, ElementGroup).) |
![]() |
ResolveCopiedTargetElement | Resolves the target element that was copied to the Partition (Inherited from ClosureFindAndRelateElementOperation.) |
![]() |
ResolveCreateElementLink | Resolves the creation of an element link in the target store (Inherited from ClosureFindAndRelateElementOperation.) |
![]() |
ResolveDomainRelationship | Gets the DomainRelationshipInfo for the DomainClassId (Inherited from ClosureFindAndRelateElementOperation.) |
![]() |
ResolveFindElement | Resolve searching for an element in an existing store (Inherited from ClosureFindAndRelateElementOperation.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.