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 | |
---|---|---|
CloneOptions |
Top
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 | ||
OverrideFieldValue | ||
RelatedLinkComment |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
FromXml | ||
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | (Overrides Object.ToString.) | |
ToXml(XmlWriter, String) | ||
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.