Class BugSubmittedPopupView
Interaction logic for BugSubmittedPopupView.xaml
Inheritance
BugSubmittedPopupView
Implements
Inherited Members
Namespace: Phoenix.Aruba.Views
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class BugSubmittedPopupView : Window, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IComponentConnector
Constructors
View SourceBugSubmittedPopupView(string, Uri)
Initializes a new instance of the BugSubmittedPopupView class.
Declaration
public BugSubmittedPopupView(string bugKey, Uri bugUri)
Parameters
Type | Name | Description |
---|---|---|
string | bugKey | The bug key of the newly created bug. |
Uri | bugUri | The uri link to the newly created bug. |
Properties
View SourceBugKey
Gets the bug key of the newly created bug.
Declaration
public string BugKey { get; }
Property Value
Type | Description |
---|---|
string |
BugUri
Gets the URL to the newly created bug.
Declaration
public Uri BugUri { get; }
Property Value
Type | Description |
---|---|
Uri |
CopyToViewBugTabRequested
Gets or sets a value indicating whether to copy the bug key to the 'View Bug' tab.
Declaration
public bool CopyToViewBugTabRequested { get; set; }
Property Value
Type | Description |
---|---|
bool |
DoNotShowPopup
Gets or sets a value indicating whether to show this pop-up in the future.
Declaration
public bool DoNotShowPopup { get; set; }
Property Value
Type | Description |
---|---|
bool |
EscapedBugAddress
Gets the character escaped address to the newly created bug.
Declaration
public string EscapedBugAddress { get; }
Property Value
Type | Description |
---|---|
string |
Methods
View SourceInitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()