C# Class a7DocumentDbStudio.Controls.FilterEditor.FilterAtomEditor

Interaction logic for a7FilterAtomEditor.xaml
Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: alekkowalczyk/a7DocumentDbStudio

Méthodes publiques

Свойство Type Description
FilterProperty System.Windows.DependencyProperty
IsReadOnlyProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
FilterAtomEditor ( CollectionVM collection, FltAtomExprData filter ) : System
FilterAtomEditor ( PropertyDefinitionModel field ) : System
FocusControl ( ) : void

Méthodes protégées

Méthode Description
OnPropertyChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void

Private Methods

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

public FilterAtomEditor ( CollectionVM collection, FltAtomExprData filter ) : System
collection a7DocumentDbStudio.ViewModel.CollectionVM
filter a7DocumentDbStudio.Filter.FltAtomExprData
Résultat System

FilterAtomEditor() public méthode

public FilterAtomEditor ( PropertyDefinitionModel field ) : System
field a7DocumentDbStudio.Model.PropertyDefinitionModel
Résultat System

FocusControl() public méthode

public FocusControl ( ) : void
Résultat void

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
e System.Windows.DependencyPropertyChangedEventArgs
Résultat void

Property Details

FilterProperty public_oe static_oe property

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

IsReadOnlyProperty public_oe static_oe property

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