C# Class ARUP.IssueTracker.Navisworks.AddIssueNavis

Interaction logic for AddIssueNavis.xaml
Inheritance: System.Windows.Window
Show file Open project: ArupAus/issue-tracker Class Usage Examples

Public Properties

Property Type Description
SelectedComponents List

Public Methods

Method Description
AddIssueNavis ( List _savedViewpoints, ObservableCollection _typesCollection, List _assignees, ObservableCollection _compCollection, ObservableCollection _PrioritiesCollection, bool comp, bool prior, bool assign ) : System.Collections.Generic

Private Methods

Method Description
Button_Cancel ( object sender, RoutedEventArgs e ) : void
Button_OK ( object sender, RoutedEventArgs e ) : void
ChangeAssign_OnClick ( object sender, RoutedEventArgs e ) : void
ChangeComponents_OnClick ( object sender, RoutedEventArgs e ) : void

Method Details

AddIssueNavis() public method

public AddIssueNavis ( List _savedViewpoints, ObservableCollection _typesCollection, List _assignees, ObservableCollection _compCollection, ObservableCollection _PrioritiesCollection, bool comp, bool prior, bool assign ) : System.Collections.Generic
_savedViewpoints List
_typesCollection ObservableCollection
_assignees List
_compCollection ObservableCollection
_PrioritiesCollection ObservableCollection
comp bool
prior bool
assign bool
return System.Collections.Generic

Property Details

SelectedComponents public property

public List SelectedComponents
return List