CloneOptions Class
Options that can be specified during a Clone operation
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.TestManagement.Client.CloneOptions
Syntax
public sealed class CloneOptions
public ref class CloneOptions sealed
[<Sealed>]
type CloneOptions = class end
Public NotInheritable Class CloneOptions
Constructors
Name | Description | |
---|---|---|
CloneOptions() |
Properties
Name | Description | |
---|---|---|
CloneRequirements | If we need to clone requirements for Requirement Based suite, default to false |
|
CopyAllSuites | ||
CopyAncestorHierarchy | ||
DestinationWorkItemType | Name of the workitem type of the clone |
|
OverrideFieldDetails | ||
OverrideFieldName | The name of any Field that must be overridden with the supplied during Clone operation. You can pass the Field's ReferenceName, such as System.IterationPath, or the regular name, such as IterationPath Set null for no override |
|
OverrideFieldValue | The value with which the Field specified in has to be overridden. Must be defined if is not null. |
|
RelatedLinkComment | Comment on the link that will link the new clone test case to the original Set null for no comment |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Overrides Object.ToString().) |
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
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top