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 | ||
DestinationWorkItemType | ||
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 |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
FromXml | ||
GetHashCode | Serves as a hash function for a particular type. (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
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.