C# Class a7DocumentDbStudio.Controls.FilterEditor.FilterElementEditor

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
FilterElementEditor ( CollectionVM collection, FltAtomExprData filter, bool isPopupMode ) : System
FilterElementEditor ( CollectionVM collection, PropertyDefinitionModel elementDef, bool isPopupMode ) : System
FocusControl ( ) : void

Méthodes protégées

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

Private Methods

Méthode Description
PropSelector_SelectedPropertyChanged ( object sender, EventArgs e ) : void
activateFilter ( ) : void
getBoolFilter ( PropertyDefinitionModel field ) : a7ComboBox
getDatePicker ( PropertyDefinitionModel field ) : FilterDatePicker
getFilterValueBinding ( ) : Binding
getIsEnabledBinding ( ) : Binding
getTextBox ( PropertyDefinitionModel field ) : FilterTextBox
setField ( PropertyDefinitionModel field ) : void

Method Details

FilterElementEditor() public méthode

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

FilterElementEditor() public méthode

public FilterElementEditor ( CollectionVM collection, PropertyDefinitionModel elementDef, bool isPopupMode ) : System
collection a7DocumentDbStudio.ViewModel.CollectionVM
elementDef a7DocumentDbStudio.Model.PropertyDefinitionModel
isPopupMode bool
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

IsPopupModeProperty public_oe static_oe property

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

IsReadOnlyProperty public_oe static_oe property

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