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
Public property DestinationWorkItemType
Public property OverrideFieldDetails
Public property 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
Public property OverrideFieldValue The value with which the Field specified in has to be overridden. Must be defined if is not null.
Public property RelatedLinkComment Comment on the link that will link the new clone test case to the original Set null for no comment

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 a hash function for a particular type. (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

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