C# Class Signum.Windows.CountSearchControl

Mostra file Open project: signumsoftware/framework

Public Properties

Property Type Description
ColumnOptionsModeProperty System.Windows.DependencyProperty
ColumnsOptionsProperty System.Windows.DependencyProperty
FilterColumnProperty System.Windows.DependencyProperty
FilterOptionsProperty System.Windows.DependencyProperty
FilterRouteProperty System.Windows.DependencyProperty
IsSearchingProperty System.Windows.DependencyProperty
ItemsCountProperty System.Windows.DependencyProperty
OrderOptionsProperty System.Windows.DependencyProperty
QueryNameProperty System.Windows.DependencyProperty
TextProperty System.Windows.DependencyProperty
TextWaitingProperty System.Windows.DependencyProperty
TextZeroItemsProperty System.Windows.DependencyProperty

Private Properties

Property Type Description
AssetNotLoaded void
Hyperlink_Click void
SearchControl_Loaded void
item_BindingValueChanged void

Public Methods

Method Description
CountSearchControl ( ) : System
DefaultClick ( ) : void
Reinitialize ( IEnumerable filters, List columns, ColumnOptionsMode columnOptionsMode, List orders ) : void
Search ( ) : void

Private Methods

Method Description
AssetNotLoaded ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
Hyperlink_Click ( object sender, RoutedEventArgs e ) : void
SearchControl_Loaded ( object sender, RoutedEventArgs e ) : void
item_BindingValueChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

CountSearchControl() public method

public CountSearchControl ( ) : System
return System

DefaultClick() public method

public DefaultClick ( ) : void
return void

Reinitialize() public method

public Reinitialize ( IEnumerable filters, List columns, ColumnOptionsMode columnOptionsMode, List orders ) : void
filters IEnumerable
columns List
columnOptionsMode ColumnOptionsMode
orders List
return void

Search() public method

public Search ( ) : void
return void

Property Details

ColumnOptionsModeProperty public_oe static_oe property

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

ColumnsOptionsProperty public_oe static_oe property

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

FilterColumnProperty public_oe static_oe property

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

FilterOptionsProperty public_oe static_oe property

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

FilterRouteProperty public_oe static_oe property

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

IsSearchingProperty public_oe static_oe property

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

ItemsCountProperty public_oe static_oe property

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

OrderOptionsProperty public_oe static_oe property

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

QueryNameProperty public_oe static_oe property

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

TextProperty public_oe static_oe property

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

TextWaitingProperty public_oe static_oe property

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

TextZeroItemsProperty public_oe static_oe property

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