Show / Hide Table of Contents

Class LinkedBugItem

A generic class for representing a work item to be linked to a bug.

Inheritance
object
LinkedBugItem
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Microsoft.Internal.Studios.Aruba.Infrastructure
Assembly: Aruba.Infrastructure.dll
Syntax
public class LinkedBugItem

Properties

View Source

BugInfo

Gets or sets the bug info for the item to link.

Declaration
public BugInfo BugInfo { get; set; }
Property Value
Type Description
BugInfo
View Source

BugLinkType

Gets or sets the type of link to create for this work item.

Declaration
public BugLinkType BugLinkType { get; set; }
Property Value
Type Description
BugLinkType
  • View Source
In this article
Back to top Generated by DocFX