C# Class ARUP.IssueTracker.UserControls.FilterGroup

Interaction logic for FilterGroup.xaml
Inheritance: System.Windows.Controls.UserControl
Mostrar archivo 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_oe static_oe property

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

ValueProperty public_oe static_oe property

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

checkboxes public_oe property

public List checkboxes
return List