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
System_CAPS_pubmethod CloneOptions()

Properties

Name Description
System_CAPS_pubproperty CloneRequirements

If we need to clone requirements for Requirement Based suite, default to false

System_CAPS_pubproperty CopyAllSuites

System_CAPS_pubproperty CopyAncestorHierarchy

System_CAPS_pubproperty DestinationWorkItemType

Name of the workitem type of the clone

System_CAPS_pubproperty OverrideFieldDetails

System_CAPS_pubproperty 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

System_CAPS_pubproperty OverrideFieldValue

The value with which the Field specified in has to be overridden.

Must be defined if is not null.

System_CAPS_pubproperty RelatedLinkComment

Comment on the link that will link the new clone test case to the original Set null for no comment

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod 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