Class BugCreationPopUpView
Interaction logic for BugCreationPopUpView.xaml
Inheritance
BugCreationPopUpView
Implements
Inherited Members
Namespace: Phoenix.Aruba.Views
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class BugCreationPopUpView : Window, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IComponentConnector
Constructors
View SourceBugCreationPopUpView(BugCreationTabsViewModel)
Adds the TabControl back to BugCreationTabsView after closing the pop up window.
Declaration
public BugCreationPopUpView(BugCreationTabsViewModel viewModel)
Parameters
Type | Name | Description |
---|---|---|
BugCreationTabsViewModel | viewModel |
BugCreationPopUpView(TabControl, Grid, object)
Initializes a new instance of the BugCreationPopUpView class.
Declaration
public BugCreationPopUpView(TabControl bugTabs, Grid parentWindowGrid, object viewModel)
Parameters
Type | Name | Description |
---|---|---|
TabControl | bugTabs | The TabControl containing the bug view models. |
Grid | parentWindowGrid | The grid from BugCreationTabsView. |
object | viewModel | The view model of the pop up window. |
Methods
View SourceInitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()