C# Class a7DocumentDbStudio.Controls.FilterEditor.FilterEditorButton

Inheritance: System.Windows.Controls.Control
Mostrar archivo Open project: alekkowalczyk/a7DocumentDbStudio

Public Properties

Property Type Description
ActiveBackgroundProperty System.Windows.DependencyProperty
CollectionProperty System.Windows.DependencyProperty
FilterExprProperty System.Windows.DependencyProperty
IsPopupModeProperty DependencyProperty
IsReadOnlyProperty DependencyProperty
UpdateFilterFunctionProperty DependencyProperty

Public Methods

Method Description
FilterEditorButton ( ) : System
OnApplyTemplate ( ) : void

Protected Methods

Method Description
OnPropertyChanged ( DependencyPropertyChangedEventArgs e ) : void

Private Methods

Method Description
UpdateFilter ( FilterExpressionData filter ) : void
_fePopup_Closed ( object sender, EventArgs eventArgs ) : void
_fePopup_Opened ( object sender, EventArgs e ) : void
myWindow_PreviewMouseDown ( object sender, MouseButtonEventArgs e ) : void
wnd_LocationChanged ( object sender, EventArgs e ) : void

Method Details

FilterEditorButton() public method

public FilterEditorButton ( ) : System
return System

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void

OnPropertyChanged() protected method

protected OnPropertyChanged ( DependencyPropertyChangedEventArgs e ) : void
e DependencyPropertyChangedEventArgs
return void

Property Details

ActiveBackgroundProperty public_oe static_oe property

public static DependencyProperty,System.Windows ActiveBackgroundProperty
return System.Windows.DependencyProperty

CollectionProperty public_oe static_oe property

public static DependencyProperty,System.Windows CollectionProperty
return System.Windows.DependencyProperty

FilterExprProperty public_oe static_oe property

public static DependencyProperty,System.Windows FilterExprProperty
return System.Windows.DependencyProperty

IsPopupModeProperty public_oe static_oe property

public static DependencyProperty IsPopupModeProperty
return DependencyProperty

IsReadOnlyProperty public_oe static_oe property

public static DependencyProperty IsReadOnlyProperty
return DependencyProperty

UpdateFilterFunctionProperty public_oe static_oe property

public static DependencyProperty UpdateFilterFunctionProperty
return DependencyProperty