Classe CloneOperationInformation
Contém informações sobre a uma operação de clone
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Hierarquia de herança
System.Object
Microsoft.TeamFoundation.TestManagement.Client.CloneOperationInformation
Sintaxe
public sealed class CloneOperationInformation
public ref class CloneOperationInformation sealed
[<Sealed>]
type CloneOperationInformation = class end
Public NotInheritable Class CloneOperationInformation
Construtores
Nome | Descrição | |
---|---|---|
![]() |
CloneOperationInformation() |
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
ClonedRequirementsCount | Número de requisitos clonados até agora |
![]() |
ClonedSharedStepCount | Number of shared steps cloned to this point. |
![]() |
ClonedTestCaseCount | Number of test cases cloned to this point |
![]() |
CompletionDate | If the operation is complete, the DateTime when it finished. If operation is incomplete, this is DateTime.MaxValue |
![]() |
CreationDate | DateTime when the operation was started |
![]() |
DestinationProjectName | |
![]() |
Message | If the operation has Failed, Message contains the reason for failure. Null otherwise. |
![]() |
OpId | The ID of the operation |
![]() |
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 |
![]() |
ResultObjectName | |
![]() |
ResultObjectType | The type of the object generated by the Clone operation The ResultObjectId contains the ID of this object |
![]() |
SourceObjectId | |
![]() |
SourceObjectName | |
![]() |
SourcePlanId | |
![]() |
SourcePlanName | |
![]() |
SourceProjectName | |
![]() |
StartedBy | User who started the Clone operation |
![]() |
StartedByName | |
![]() |
State | Current state of the operation. When State reaches Succeeded or Failed, the operation is complete |
![]() |
TargetPlanId | |
![]() |
TargetPlanName | |
![]() |
TotalRequirementsCount | |
![]() |
TotalTestCaseCount | Total number of test cases to be cloned |
Métodos
Nome | Descrição | |
---|---|---|
![]() |
Equals(Object) | (herdado de Object.) |
![]() |
GetHashCode() | (herdado de Object.) |
![]() |
GetType() | (herdado de Object.) |
![]() |
ToString() | (Substitui Object.ToString().) |
Comentários
Qualquer conteúdo aqui será atualizado; por favor não adicione o material aqui.
Acesso thread-safe
Qualquer estático público (Compartilhado no Visual Basic) membros desde tipo são thread safe. Não há garantia de que qualquer membro de instância seja thread-safe.
Consulte também
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo