C# Class ARUP.IssueTracker.Windows.UploadBCF

Interaction logic for UploadBCF.xaml
Inheritance: System.Windows.Window
Show file 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 property

public ObservableCollection ProjectsCollection
return ObservableCollection

SelectedComponents public property

public List SelectedComponents
return List

assignees public property

public List assignees
return List

compCollection public property

public ObservableCollection compCollection
return ObservableCollection

itemCount public property

public int itemCount
return int

projIndex public property

public int projIndex
return int