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

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

공개 프로퍼티들

프로퍼티 타입 설명
FilterProperty System.Windows.DependencyProperty
IsPopupModeProperty System.Windows.DependencyProperty
IsReadOnlyProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
FilterElementEditor ( CollectionVM collection, FltAtomExprData filter, bool isPopupMode ) : System
FilterElementEditor ( CollectionVM collection, PropertyDefinitionModel elementDef, bool isPopupMode ) : System
FocusControl ( ) : void

보호된 메소드들

메소드 설명
OnPropertyChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

FilterElementEditor() 공개 메소드

public FilterElementEditor ( CollectionVM collection, FltAtomExprData filter, bool isPopupMode ) : System
collection a7DocumentDbStudio.ViewModel.CollectionVM
filter a7DocumentDbStudio.Filter.FltAtomExprData
isPopupMode bool
리턴 System

FilterElementEditor() 공개 메소드

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

IsPopupModeProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows IsPopupModeProperty
리턴 System.Windows.DependencyProperty

IsReadOnlyProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows IsReadOnlyProperty
리턴 System.Windows.DependencyProperty