C# 클래스 ARUP.IssueTracker.Windows.UploadBCF

Interaction logic for UploadBCF.xaml
상속: System.Windows.Window
파일 보기 프로젝트 열기: ArupAus/issue-tracker

공개 프로퍼티들

프로퍼티 타입 설명
ProjectsCollection ObservableCollection
SelectedComponents List
assignees List
compCollection ObservableCollection
itemCount int
projIndex int

공개 메소드들

메소드 설명
UploadBCF ( ) : System.Collections.Generic
setValues ( ) : void

비공개 메소드들

메소드 설명
CancelBtnClick ( object sender, RoutedEventArgs e ) : void
OKBtnClick ( object sender, RoutedEventArgs e ) : void
projCombo_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void

메소드 상세

UploadBCF() 공개 메소드

public UploadBCF ( ) : System.Collections.Generic
리턴 System.Collections.Generic

setValues() 공개 메소드

public setValues ( ) : void
리턴 void

프로퍼티 상세

ProjectsCollection 공개적으로 프로퍼티

public ObservableCollection ProjectsCollection
리턴 ObservableCollection

SelectedComponents 공개적으로 프로퍼티

public List SelectedComponents
리턴 List

assignees 공개적으로 프로퍼티

public List assignees
리턴 List

compCollection 공개적으로 프로퍼티

public ObservableCollection compCollection
리턴 ObservableCollection

itemCount 공개적으로 프로퍼티

public int itemCount
리턴 int

projIndex 공개적으로 프로퍼티

public int projIndex
리턴 int