Edit

Share via


WorkItemRelation Class

Definition

[System.Runtime.Serialization.DataContract]
public class WorkItemRelation : Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.Link, IEquatable<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemRelation>
type WorkItemRelation = class
    inherit Link
    interface IEquatable<WorkItemRelation>
Public Class WorkItemRelation
Inherits Link
Implements IEquatable(Of WorkItemRelation)
Inheritance
Microsoft.VisualStudio.Services.WebApi.BaseSecuredObject
WorkItemRelation
Attributes
Implements

Constructors

WorkItemRelation()
WorkItemRelation(ISecuredObject)

Properties

Attributes

Collection of link attributes.

(Inherited from Link)
Rel

Relation type.

(Inherited from Link)
Title

Link title.

(Inherited from Link)
Url

Link url.

(Inherited from Link)

Methods

Equals(WorkItemRelation)

Applies to