ClosureFindOrCreateElementOperation Class

 

Represents a closure operation that marks a find or create target element operation.

Namespace:   Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)


[SerializableAttribute]
public ref class ClosureFindOrCreateElementOperation : ClosureFindElementOperation, 
	ISerializable

NameDescription
System_CAPS_pubpropertySourceElementDomainClassId

Id of the domain class of the element(Inherited from ClosureFindElementOperation.)

System_CAPS_pubpropertySourceElementId

Id of the element in the source store(Inherited from ClosureFindElementOperation.)

System_CAPS_pubpropertyTargetElement

The element as found in the target store(Inherited from ClosureFindElementOperation.)

System_CAPS_pubpropertyTargetElementId

Id of the element as found in the target store(Inherited from ClosureFindElementOperation.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodFindElement(Guid, Guid, Store^, ElementGroup^)

default brute force search operation(Inherited from ClosureFindElementOperation.)

System_CAPS_pubmethodFindOrCreateElement(Guid, Guid, Partition^, ElementGroup^)

Used to find an element in the target store or create it if it doesn't exist

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetObjectData(SerializationInfo^, StreamingContext)

Populates a SerializationInfo with the data needed to serialize the target object. This method is executed during serialization.(Overrides ClosureFindElementOperation::GetObjectData(SerializationInfo^, StreamingContext).)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodMatches(ModelElement^)

abstract method to determine that an element matches the one described by this find operation(Inherited from ClosureFindElementOperation.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodResolve(Partition^, ElementGroup^)

Performs target resolution of this operation(Overrides ClosureFindElementOperation::Resolve(Partition^, ElementGroup^).)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: