C# Class Signum.Windows.FilterLine

Interaction logic for FilterLine.xaml
Inheritance: System.Windows.Controls.UserControl
Mostra file Open project: signumsoftware/framework

Public Methods

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

Private Methods

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

public CreateItem ( object sender, RoutedEventArgs args ) : void
sender object
args System.Windows.RoutedEventArgs
return void

FilterLine() public method

public FilterLine ( ) : System
return System

GetValueControl() public static method

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

RemoveItem() public method

public RemoveItem ( object sender, RoutedEventArgs args ) : void
sender object
args System.Windows.RoutedEventArgs
return void