WorkItemLinkType Class
Represents a specific type of WorkItemLink.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemLinkType
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Class WorkItemLinkType
public class WorkItemLinkType
public ref class WorkItemLinkType
type WorkItemLinkType = class end
public class WorkItemLinkType
The WorkItemLinkType type exposes the following members.
Properties
Name | Description | |
---|---|---|
CanDelete | Gets or sets a flag that describes whether this link type can be deleted. | |
CanEdit | Gets a flag that describes whether this link type can be modified. | |
ForwardEnd | Gets the forward WorkItemLinkTypeEnd of the link type. | |
IsActive | Gets a flag that describes whether this link type is currently active. | |
IsDirectional | Gets a flag that describes a directional link type. | |
IsNonCircular | Gets a flag that describes a noncircular link type. | |
IsOneToMany | Gets a flag that describes whether the target WorkItem must have only one link of this type. | |
LinkTopology | Gets the topology of this link type. | |
ReferenceName | Gets the reference name of this link type. | |
ReverseEnd | Gets the reverse WorkItemLinkTypeEnd of the link type. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Export | Exports this link type to an XML representation. | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Remarks
The work item link type defines the rules and restrictions that control the relationships that can be made between two WorkItems.
More detail on work item link types can be found in Customize Project Tracking Data, Forms, Workflow, and Other Objects.
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.