CloneOperationInformation Class

Holds information regarding a Clone operation

Inheritance Hierarchy

Object
  Microsoft.TeamFoundation.TestManagement.Client.CloneOperationInformation

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

Syntax

'Declaration
Public NotInheritable Class CloneOperationInformation
public sealed class CloneOperationInformation
public ref class CloneOperationInformation sealed
[<Sealed>]
type CloneOperationInformation =  class end
public final class CloneOperationInformation

The CloneOperationInformation type exposes the following members.

Constructors

  Name Description
Public method CloneOperationInformation

Top

Properties

  Name Description
Public property ClonedRequirementsCount Number of requirements cloned so far
Public property ClonedSharedStepCount
Public property ClonedTestCaseCount
Public property CompletionDate
Public property CreationDate
Public property DestinationProjectName
Public property Message
Public property OpId
Public property ResultObjectId
Public property ResultObjectName
Public property ResultObjectType
Public property SourceObjectId
Public property SourceObjectName
Public property SourcePlanId
Public property SourcePlanName
Public property SourceProjectName
Public property StartedBy
Public property StartedByName
Public property State
Public property TargetPlanId
Public property TargetPlanName
Public property TotalRequirementsCount
Public property TotalTestCaseCount

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public methodStatic member FromXml
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToString (Overrides Object.ToString.)
Public method ToXml(XmlWriter, String)
Public methodStatic member ToXml(XmlWriter, String, CloneOperationInformation)

Top

Remarks

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

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.

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace