CloneOptions Class

Options that can be specified during a Clone operation

Inheritance Hierarchy

Object
  Microsoft.TeamFoundation.TestManagement.Client.CloneOptions

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

'Declaration
Public NotInheritable Class CloneOptions
public sealed class CloneOptions
public ref class CloneOptions sealed
[<Sealed>]
type CloneOptions =  class end
public final class CloneOptions

The CloneOptions type exposes the following members.

Constructors

  Name Description
Public method CloneOptions

Top

Properties

  Name Description
Public property CloneRequirements If we need to clone requirements for Requirement Based suite, default to false
Public property CopyAllSuites
Public property CopyAncestorHierarchy
Public property DestinationWorkItemType Name of the workitem type of the clone
Public property OverrideFieldDetails
Public property OverrideFieldName
Public property OverrideFieldValue
Public property RelatedLinkComment

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 the default hash function. (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, CloneOptions)

Top

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

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace