CloneOperationInformation 类

 

保存有关克隆操作的信息

命名空间:   Microsoft.TeamFoundation.TestManagement.Client
程序集:  Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)

继承层次结构

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

语法

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

构造函数

名称 说明
System_CAPS_pubmethod CloneOperationInformation()

属性

名称 说明
System_CAPS_pubproperty ClonedRequirementsCount

克隆的要求的至此数字

System_CAPS_pubproperty ClonedSharedStepCount

Number of shared steps cloned to this point.

System_CAPS_pubproperty ClonedTestCaseCount

Number of test cases cloned to this point

System_CAPS_pubproperty CompletionDate

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

If operation is incomplete, this is DateTime.MaxValue

System_CAPS_pubproperty CreationDate

DateTime when the operation was started

System_CAPS_pubproperty DestinationProjectName

System_CAPS_pubproperty Message

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

Null otherwise.

System_CAPS_pubproperty OpId

The ID of the operation

System_CAPS_pubproperty 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

System_CAPS_pubproperty ResultObjectName

System_CAPS_pubproperty ResultObjectType

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

System_CAPS_pubproperty SourceObjectId

System_CAPS_pubproperty SourceObjectName

System_CAPS_pubproperty SourcePlanId

System_CAPS_pubproperty SourcePlanName

System_CAPS_pubproperty SourceProjectName

System_CAPS_pubproperty StartedBy

User who started the Clone operation

System_CAPS_pubproperty StartedByName

System_CAPS_pubproperty State

Current state of the operation.

When State reaches Succeeded or Failed, the operation is complete

System_CAPS_pubproperty TargetPlanId

System_CAPS_pubproperty TargetPlanName

System_CAPS_pubproperty TotalRequirementsCount

System_CAPS_pubproperty TotalTestCaseCount

Total number of test cases to be cloned

方法

名称 说明
System_CAPS_pubmethod Equals(Object)

(从 Object 继承。)

System_CAPS_pubmethod GetHashCode()

(从 Object 继承。)

System_CAPS_pubmethod GetType()

(从 Object 继承。)

System_CAPS_pubmethod ToString()

(替代 Object.ToString()。)

备注

这里不会更新任何内容;请不要在这里添加材料。

线程安全

此类型的任何公共静态(Visual Basic 中为 Shared)成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参阅

Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首