Class AddBugToCreationHistoryEventArgs
A class containing the arguments for a AddBugToCreationHistoryEvent.
Inherited Members
Namespace: Phoenix.Aruba.Events
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class AddBugToCreationHistoryEventArgs
Remarks
Initializes a new instance of the AddBugToCreationHistoryEventArgs class.
Constructors
View SourceAddBugToCreationHistoryEventArgs(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 SourceBugID
Gets the bug ID that is used in the bug databsae.
Declaration
public string BugID { get; }
Property Value
Type | Description |
---|---|
string |