Show / Hide Table of Contents

Class AddBugToCreationHistoryEventArgs

A class containing the arguments for a AddBugToCreationHistoryEvent.

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

Initializes a new instance of the AddBugToCreationHistoryEventArgs class.

Constructors

View Source

AddBugToCreationHistoryEventArgs(string)

A class containing the arguments for a AddBugToCreationHistoryEvent.

Declaration
public AddBugToCreationHistoryEventArgs(string bugID)
Parameters
Type Name Description
string bugID

The bug ID that is used in the bug database.

Remarks

Initializes a new instance of the AddBugToCreationHistoryEventArgs class.

Properties

View Source

BugID

Gets the bug ID that is used in the bug databsae.

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