This documentation is archived and is not being maintained.
WorkItemLinkTypeEnd Class
Visual Studio 2013
Represents an endpoint of a WorkItemLinkType.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
The WorkItemLinkTypeEnd type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Id | Gets the ID of the WorkItemLinkType to which this link type end belongs. |
![]() | ImmutableName | Gets the immutable name of this link type end. |
![]() | IsForwardLink | Gets a flag that describes whether this link type end is the forward end of the link. |
![]() | LinkType | Gets the WorkItemLinkType to which this link type end belongs. |
![]() | Name | Gets the name of this link type end. |
![]() | OppositeEnd | Gets the link type end on the opposite side of the WorkItemLinkType to which this link type end belongs. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | 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.) |
Each instance of WorkItemLinkType has references to two WorkItemLinkTypeEnd objects. These objects are stored in the WorkItemLinkType::ForwardEnd and WorkItemLinkType::ReverseEnd properties.
A WorkItemLinkTypeEnd object contains the name for this link type end and a reference to the opposite end of the WorkItemLinkType.
Show:
