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

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

공개 프로퍼티들

프로퍼티 타입 설명
BackgroundIndexStep int
FilterExprProperty System.Windows.DependencyProperty
IsPopupModeProperty System.Windows.DependencyProperty
IsReadOnlyProperty System.Windows.DependencyProperty
UpdateFilterFunctionProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
FilterEditor ( ) : System
Reset ( bool withRefresh = false ) : void
SetCollection ( CollectionVM collection ) : void
SetFilter ( CollectionVM collection, FilterExpressionData filter ) : void
SetRootGroup ( FilterGroupEditor fge ) : void

보호된 메소드들

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

비공개 메소드들

메소드 설명
OnPropertyChanged ( string prop ) : void
bOk_Click ( object sender, RoutedEventArgs e ) : void
fgeOnAddedFirstElement ( object sender, EventArgs eventArgs ) : void
propertySelector_SelectClicked ( object sender, EventArgs e ) : void
setProperty ( PropertyDefinitionModel selectedProperty ) : void

메소드 상세

FilterEditor() 공개 메소드

public FilterEditor ( ) : System
리턴 System

OnPropertyChanged() 보호된 메소드

protected OnPropertyChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
e System.Windows.DependencyPropertyChangedEventArgs
리턴 void

Reset() 공개 메소드

public Reset ( bool withRefresh = false ) : void
withRefresh bool
리턴 void

SetCollection() 공개 메소드

public SetCollection ( CollectionVM collection ) : void
collection a7DocumentDbStudio.ViewModel.CollectionVM
리턴 void

SetFilter() 공개 메소드

public SetFilter ( CollectionVM collection, FilterExpressionData filter ) : void
collection a7DocumentDbStudio.ViewModel.CollectionVM
filter a7DocumentDbStudio.Filter.FilterExpressionData
리턴 void

SetRootGroup() 공개 메소드

public SetRootGroup ( FilterGroupEditor fge ) : void
fge FilterGroupEditor
리턴 void

프로퍼티 상세

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

public static int BackgroundIndexStep
리턴 int

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

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

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

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

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

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

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

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