C# 클래스 Case.IssueTracker.UserControls.FilterGroup

Interaction logic for FilterGroup.xaml
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: WeConnect/issue-tracker

공개 프로퍼티들

프로퍼티 타입 설명
HeaderProperty System.Windows.DependencyProperty
ValueProperty System.Windows.DependencyProperty
checkboxes List

공개 메소드들

메소드 설명
Clear ( ) : void
FilterGroup ( ) : System
updateList ( List names ) : void

비공개 메소드들

메소드 설명
all_Checked ( object sender, RoutedEventArgs e ) : void
all_Unchecked ( object sender, RoutedEventArgs e ) : void
cb_Checked ( object sender, RoutedEventArgs e ) : void
cb_Unchecked ( object sender, RoutedEventArgs e ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

FilterGroup() 공개 메소드

public FilterGroup ( ) : System
리턴 System

updateList() 공개 메소드

public updateList ( List names ) : void
names List
리턴 void

프로퍼티 상세

HeaderProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows HeaderProperty
리턴 System.Windows.DependencyProperty

ValueProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows ValueProperty
리턴 System.Windows.DependencyProperty

checkboxes 공개적으로 프로퍼티

public List checkboxes
리턴 List