C# 클래스 a7DocumentDbStudio.Controls.FilterEditor.FilterAtomEditor

Interaction logic for a7FilterAtomEditor.xaml
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: alekkowalczyk/a7DocumentDbStudio

공개 프로퍼티들

프로퍼티 타입 설명
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