C# Class Signum.Windows.FilterLine

Interaction logic for FilterLine.xaml
Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: signumsoftware/framework

Méthodes publiques

Méthode Description
CreateItem ( object sender, RoutedEventArgs args ) : void
FilterLine ( ) : System
GetValueControl ( QueryToken token, string bindingPath ) : Control
RemoveItem ( object sender, RoutedEventArgs args ) : void

Private Methods

Méthode Description
ComboBoxOperation_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
FillLite ( Lite lite ) : void
RecreateControls ( ) : void
StackPanel_Loaded ( object sender, RoutedEventArgs e ) : void
btRemove_Click ( object sender, RoutedEventArgs e ) : void

Method Details

CreateItem() public méthode

public CreateItem ( object sender, RoutedEventArgs args ) : void
sender object
args System.Windows.RoutedEventArgs
Résultat void

FilterLine() public méthode

public FilterLine ( ) : System
Résultat System

GetValueControl() public static méthode

public static GetValueControl ( QueryToken token, string bindingPath ) : Control
token QueryToken
bindingPath string
Résultat System.Windows.Controls.Control

RemoveItem() public méthode

public RemoveItem ( object sender, RoutedEventArgs args ) : void
sender object
args System.Windows.RoutedEventArgs
Résultat void