This documentation is archived and is not being maintained.
WorkItemLinkType Class
Visual Studio 2013
Represents a specific type of WorkItemLink.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
The WorkItemLinkType type exposes the following members.
| 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. |
| 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 the default hash function. (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.) |
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 work tracking objects to support your team's processes.
Show:
