C# Class a7DocumentDbStudio.Controls.FilterEditor.FilterAtomEditor

Interaction logic for a7FilterAtomEditor.xaml
Inheritance: System.Windows.Controls.UserControl
Mostrar archivo Open project: alekkowalczyk/a7DocumentDbStudio

Public Properties

Property Type Description
FilterProperty System.Windows.DependencyProperty
IsReadOnlyProperty System.Windows.DependencyProperty

Public Methods

Method Description
FilterAtomEditor ( CollectionVM collection, FltAtomExprData filter ) : System
FilterAtomEditor ( PropertyDefinitionModel field ) : System
FocusControl ( ) : void

Protected Methods

Method Description
OnPropertyChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void

Private Methods

Method Description
activateFilter ( ) : void
getBoolFilter ( PropertyDefinitionModel field ) : a7ComboBox
getCombo ( PropertyDefinitionModel field ) : a7ComboBox
getDatePicker ( PropertyDefinitionModel field ) : FilterDatePicker
getFilterValueBinding ( ) : Binding
getIsEnabledBinding ( ) : Binding
getTextBox ( PropertyDefinitionModel field ) : FilterTextBox
setField ( PropertyDefinitionModel field ) : void

Method Details

FilterAtomEditor() public method

public FilterAtomEditor ( CollectionVM collection, FltAtomExprData filter ) : System
collection a7DocumentDbStudio.ViewModel.CollectionVM
filter a7DocumentDbStudio.Filter.FltAtomExprData
return System

FilterAtomEditor() public method

public FilterAtomEditor ( PropertyDefinitionModel field ) : System
field a7DocumentDbStudio.Model.PropertyDefinitionModel
return System

FocusControl() public method

public FocusControl ( ) : void
return void

OnPropertyChanged() protected method

protected OnPropertyChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
e System.Windows.DependencyPropertyChangedEventArgs
return void

Property Details

FilterProperty public_oe static_oe property

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

IsReadOnlyProperty public_oe static_oe property

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