Show / Hide Table of Contents

Class LinkedBugItemModel

Class that represents the data needed for a linked bug item.

Inheritance
object
LinkedBugItemModel
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class LinkedBugItemModel

Properties

View Source

BugKey

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

BugLinkType

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