Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

CloneOperationInformation Class

 

Holds information regarding a Clone operation

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

System::Object
  Microsoft.TeamFoundation.TestManagement.Client::CloneOperationInformation

public ref class CloneOperationInformation sealed 

NameDescription
System_CAPS_pubpropertyClonedRequirementsCount

Number of requirements cloned so far

System_CAPS_pubpropertyClonedSharedStepCount

Number of shared steps cloned to this point.

System_CAPS_pubpropertyClonedTestCaseCount

Number of test cases cloned to this point

System_CAPS_pubpropertyCompletionDate

If the operation is complete, the DateTime when it finished.

If operation is incomplete, this is DateTime.MaxValue

System_CAPS_pubpropertyCreationDate

DateTime when the operation was started

System_CAPS_pubpropertyDestinationProjectName

System_CAPS_pubpropertyMessage

If the operation has Failed, Message contains the reason for failure.

Null otherwise.

System_CAPS_pubpropertyOpId

The ID of the operation

System_CAPS_pubpropertyResultObjectId

The ID of the object generated by the Clone operation This field is valid only when State is Succeeded. Otherwise it is zero.

The type of this object is indicated by ResultObjectType

System_CAPS_pubpropertyResultObjectName

System_CAPS_pubpropertyResultObjectType

The type of the object generated by the Clone operation The ResultObjectId contains the ID of this object

System_CAPS_pubpropertySourceObjectId

System_CAPS_pubpropertySourceObjectName

System_CAPS_pubpropertySourcePlanId

System_CAPS_pubpropertySourcePlanName

System_CAPS_pubpropertySourceProjectName

System_CAPS_pubpropertyStartedBy

User who started the Clone operation

System_CAPS_pubpropertyStartedByName

System_CAPS_pubpropertyState

Current state of the operation.

When State reaches Succeeded or Failed, the operation is complete

System_CAPS_pubpropertyTargetPlanId

System_CAPS_pubpropertyTargetPlanName

System_CAPS_pubpropertyTotalRequirementsCount

System_CAPS_pubpropertyTotalTestCaseCount

Total number of test cases to be cloned

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Overrides Object::ToString().)

No content here will be updated; please do not add material here.

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: