Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a closure operation that marks a find or create target element operation.
Inheritance Hierarchy
System.Object
  Microsoft.VisualStudio.Modeling.ClosureElementOperation
    Microsoft.VisualStudio.Modeling.ClosureFindElementOperation
      Microsoft.VisualStudio.Modeling.ClosureFindOrCreateElementOperation
Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class ClosureFindOrCreateElementOperation _
    Inherits ClosureFindElementOperation _
    Implements ISerializable
[SerializableAttribute]
public class ClosureFindOrCreateElementOperation : ClosureFindElementOperation, 
    ISerializable
[SerializableAttribute]
public ref class ClosureFindOrCreateElementOperation : public ClosureFindElementOperation, 
    ISerializable
[<SerializableAttribute>]
type ClosureFindOrCreateElementOperation =  
    class 
        inherit ClosureFindElementOperation 
        interface ISerializable 
    end
public class ClosureFindOrCreateElementOperation extends ClosureFindElementOperation implements ISerializable
The ClosureFindOrCreateElementOperation type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | ClosureFindOrCreateElementOperation() | Default Constructor | 
| .gif) | ClosureFindOrCreateElementOperation(ModelElement) | Constructor | 
| .gif) | ClosureFindOrCreateElementOperation(SerializationInfo, StreamingContext) | Protected constructor. It is executed during deserialization. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | SourceElementDomainClassId | Id of the domain class of the element (Inherited from ClosureFindElementOperation.) | 
| .gif) | SourceElementId | Id of the element in the source store (Inherited from ClosureFindElementOperation.) | 
| .gif) | TargetElement | The element as found in the target store (Inherited from ClosureFindElementOperation.) | 
| .gif) | TargetElementId | Id of the element as found in the target store (Inherited from ClosureFindElementOperation.) | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | 
| .gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | 
| .gif) | FindElement | default brute force search operation (Inherited from ClosureFindElementOperation.) | 
| .gif) | FindOrCreateElement | Used to find an element in the target store or create it if it doesn't exist | 
| .gif) | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
| .gif) | GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. This method is executed during serialization. (Overrides ClosureFindElementOperation.GetObjectData(SerializationInfo, StreamingContext).) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | Matches | abstract method to determine that an element matches the one described by this find operation (Inherited from ClosureFindElementOperation.) | 
| .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | 
| .gif) | Resolve | Performs target resolution of this operation (Overrides ClosureFindElementOperation.Resolve(Partition, ElementGroup).) | 
| .gif) | 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.