CloneOperationInformation Class

Holds information about 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
Public property ClonedSharedStepCount Number of shared steps cloned to this point.
Public property ClonedTestCaseCount Number of test cases cloned to this point
Public property CompletionDate If the operation is complete, the DateTime when it finished. If operation is incomplete, this is DateTime.MaxValue
Public property CreationDate DateTime when the operation was started
Public property Message If the operation has Failed, Message contains the reason for failure. Null otherwise.
Public property OpId The ID of the operation
Public property ResultObjectId 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
Public property ResultObjectType The type of the object generated by the Clone operation The ResultObjectId contains the ID of this object
Public property StartedBy User who started the Clone operation
Public property StartedByName
Public property State Current state of the operation. When State reaches Succeeded or Failed, the operation is complete
Public property TotalTestCaseCount Total number of test cases to be cloned

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 a hash function for a particular type. (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

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