C# Class ARUP.IssueTracker.UserControls.FilterGroup

Interaction logic for FilterGroup.xaml
Inheritance: System.Windows.Controls.UserControl
Show file Open project: ArupAus/issue-tracker

Public Properties

Property Type Description
HeaderProperty System.Windows.DependencyProperty
ValueProperty System.Windows.DependencyProperty
checkboxes List

Public Methods

Method Description
Clear ( ) : void
FilterGroup ( ) : System
updateList ( List names ) : void

Private Methods

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

Method Details

Clear() public method

public Clear ( ) : void
return void

FilterGroup() public method

public FilterGroup ( ) : System
return System

updateList() public method

public updateList ( List names ) : void
names List
return void

Property Details

HeaderProperty public static property

public static DependencyProperty,System.Windows HeaderProperty
return System.Windows.DependencyProperty

ValueProperty public static property

public static DependencyProperty,System.Windows ValueProperty
return System.Windows.DependencyProperty

checkboxes public property

public List checkboxes
return List