C# Class ARUP.IssueTracker.Windows.UploadBCF

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

Méthodes publiques

Свойство Type Description
ProjectsCollection ObservableCollection
SelectedComponents List
assignees List
compCollection ObservableCollection
itemCount int
projIndex int

Méthodes publiques

Méthode Description
UploadBCF ( ) : System.Collections.Generic
setValues ( ) : void

Private Methods

Méthode Description
CancelBtnClick ( object sender, RoutedEventArgs e ) : void
OKBtnClick ( object sender, RoutedEventArgs e ) : void
projCombo_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void

Method Details

UploadBCF() public méthode

public UploadBCF ( ) : System.Collections.Generic
Résultat System.Collections.Generic

setValues() public méthode

public setValues ( ) : void
Résultat void

Property Details

ProjectsCollection public_oe property

public ObservableCollection ProjectsCollection
Résultat ObservableCollection

SelectedComponents public_oe property

public List SelectedComponents
Résultat List

assignees public_oe property

public List assignees
Résultat List

compCollection public_oe property

public ObservableCollection compCollection
Résultat ObservableCollection

itemCount public_oe property

public int itemCount
Résultat int

projIndex public_oe property

public int projIndex
Résultat int