ClosureFindAndRelateOrDeleteCopiedElementOperation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Closure operation that is used to find and relate to an element or delete the copied element if the target is not found
public ref class ClosureFindAndRelateOrDeleteCopiedElementOperation : Microsoft::VisualStudio::Modeling::ClosureFindAndRelateElementOperation, System::Runtime::Serialization::ISerializable
[System.Serializable]
public class ClosureFindAndRelateOrDeleteCopiedElementOperation : Microsoft.VisualStudio.Modeling.ClosureFindAndRelateElementOperation, System.Runtime.Serialization.ISerializable
[<System.Serializable>]
type ClosureFindAndRelateOrDeleteCopiedElementOperation = class
inherit ClosureFindAndRelateElementOperation
interface ISerializable
Public Class ClosureFindAndRelateOrDeleteCopiedElementOperation
Inherits ClosureFindAndRelateElementOperation
Implements ISerializable
- Inheritance
-
ClosureFindAndRelateOrDeleteCopiedElementOperation
- Attributes
- Implements
Constructors
ClosureFindAndRelateOrDeleteCopiedElementOperation() |
Default Constructor |
ClosureFindAndRelateOrDeleteCopiedElementOperation(ModelElement, DomainRoleInfo, ModelElement, DomainRoleInfo, DomainRelationshipInfo) |
Constructor |
ClosureFindAndRelateOrDeleteCopiedElementOperation(SerializationInfo, StreamingContext) |
Protected constructor. It is executed during deserialization. |
Fields
ClosureElementOperationList |
The key to which closure element operations context info is bound (Inherited from ClosureElementOperation) |
Properties
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) |
Methods
FindElement(Guid, Guid, Store, ElementGroup) |
default brute force search operation (Inherited from ClosureFindElementOperation) |
GetObjectData(SerializationInfo, StreamingContext) |
Populates a SerializationInfo with the data needed to serialize the target object. This method is executed during serialization. (Inherited from ClosureFindAndRelateElementOperation) |
Matches(ModelElement) |
abstract method to determine that an element matches the one described by this find operation (Inherited from ClosureFindElementOperation) |
Resolve(Partition, ElementGroup) |
Performs target resolution of this operation |
ResolveCopiedTargetElement(Partition, ElementGroup) |
Resolves the target element that was copied to the Partition (Inherited from ClosureFindAndRelateElementOperation) |
ResolveCreateElementLink(Partition) |
Resolves creating an element link in the target store (Inherited from ClosureFindAndRelateElementOperation) |
ResolveDomainRelationship(Partition) |
Gets the DomainRelationshipInfo for the DomainClassId (Inherited from ClosureFindAndRelateElementOperation) |
ResolveFindElement(Partition, ElementGroup) |
Resolve searching for an element in an existing store (Inherited from ClosureFindAndRelateElementOperation) |