C# Class ARUP.IssueTracker.UserControls.FilterGroup

Interaction logic for FilterGroup.xaml
Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: ArupAus/issue-tracker

Méthodes publiques

Свойство Type Description
HeaderProperty System.Windows.DependencyProperty
ValueProperty System.Windows.DependencyProperty
checkboxes List

Méthodes publiques

Méthode Description
Clear ( ) : void
FilterGroup ( ) : System
updateList ( List names ) : void

Private Methods

Méthode 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 méthode

public Clear ( ) : void
Résultat void

FilterGroup() public méthode

public FilterGroup ( ) : System
Résultat System

updateList() public méthode

public updateList ( List names ) : void
names List
Résultat void

Property Details

HeaderProperty public_oe static_oe property

public static DependencyProperty,System.Windows HeaderProperty
Résultat System.Windows.DependencyProperty

ValueProperty public_oe static_oe property

public static DependencyProperty,System.Windows ValueProperty
Résultat System.Windows.DependencyProperty

checkboxes public_oe property

public List checkboxes
Résultat List