C# Class ARUP.IssueTracker.Windows.UploadBCF

Interaction logic for UploadBCF.xaml
Inheritance: System.Windows.Window
Datei anzeigen Open project: ArupAus/issue-tracker

Public Properties

Property Type Description
ProjectsCollection ObservableCollection
SelectedComponents List
assignees List
compCollection ObservableCollection
itemCount int
projIndex int

Public Methods

Method Description
UploadBCF ( ) : System.Collections.Generic
setValues ( ) : void

Private Methods

Method 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 method

public UploadBCF ( ) : System.Collections.Generic
return System.Collections.Generic

setValues() public method

public setValues ( ) : void
return void

Property Details

ProjectsCollection public_oe property

public ObservableCollection ProjectsCollection
return ObservableCollection

SelectedComponents public_oe property

public List SelectedComponents
return List

assignees public_oe property

public List assignees
return List

compCollection public_oe property

public ObservableCollection compCollection
return ObservableCollection

itemCount public_oe property

public int itemCount
return int

projIndex public_oe property

public int projIndex
return int