WorkItemLinkTypeEnd Class
Represents an endpoint of a WorkItemLinkType.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemLinkTypeEnd
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Class WorkItemLinkTypeEnd
public class WorkItemLinkTypeEnd
public ref class WorkItemLinkTypeEnd
type WorkItemLinkTypeEnd = class end
public class WorkItemLinkTypeEnd
The WorkItemLinkTypeEnd type exposes the following members.
Properties
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. |
Top
Methods
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 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
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.
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.