C# Класс a7DocumentDbStudio.Controls.FilterEditor.FilterAtomEditor

Interaction logic for a7FilterAtomEditor.xaml
Наследование: System.Windows.Controls.UserControl
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
FilterProperty System.Windows.DependencyProperty
IsReadOnlyProperty System.Windows.DependencyProperty

Открытые методы

Метод Описание
FilterAtomEditor ( CollectionVM collection, FltAtomExprData filter ) : System
FilterAtomEditor ( PropertyDefinitionModel field ) : System
FocusControl ( ) : void

Защищенные методы

Метод Описание
OnPropertyChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void

Приватные методы

Метод Описание
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

Описание методов

FilterAtomEditor() публичный Метод

public FilterAtomEditor ( CollectionVM collection, FltAtomExprData filter ) : System
collection a7DocumentDbStudio.ViewModel.CollectionVM
filter a7DocumentDbStudio.Filter.FltAtomExprData
Результат System

FilterAtomEditor() публичный Метод

public FilterAtomEditor ( PropertyDefinitionModel field ) : System
field a7DocumentDbStudio.Model.PropertyDefinitionModel
Результат System

FocusControl() публичный Метод

public FocusControl ( ) : void
Результат void

OnPropertyChanged() защищенный Метод

protected OnPropertyChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
e System.Windows.DependencyPropertyChangedEventArgs
Результат void

Описание свойств

FilterProperty публичное статическое свойство

public static DependencyProperty,System.Windows FilterProperty
Результат System.Windows.DependencyProperty

IsReadOnlyProperty публичное статическое свойство

public static DependencyProperty,System.Windows IsReadOnlyProperty
Результат System.Windows.DependencyProperty