C# Class ARUP.IssueTracker.Navisworks.AddIssueNavis

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

Méthodes publiques

Свойство Type Description
SelectedComponents List

Méthodes publiques

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

Private Methods

Méthode 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 méthode

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
Résultat System.Collections.Generic

Property Details

SelectedComponents public_oe property

public List SelectedComponents
Résultat List