C# Class Signum.Windows.FilterOption

Inheritance: System.Windows.Freezable
Afficher le fichier Open project: signumsoftware/framework Class Usage Examples

Méthodes publiques

Свойство Type Description
RealValueProperty System.Windows.DependencyProperty
ValueProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
CloneIfNecessary ( ) : FilterOption
DefaultValue ( Type type ) : object
FilterOption ( ) : System
FilterOption ( string columnName, Func value ) : System
FilterOption ( string columnName, object value ) : System
RefreshRealValue ( ) : void
SetFilterTokens ( IEnumerable filters, QueryDescription qd, bool canAggregate = false ) : void
ToFilter ( ) : Filter
ToString ( ) : string

Méthodes protégées

Méthode Description
CreateInstanceCore ( ) : System.Windows.Freezable

Private Methods

Méthode Description
ValueChanged ( System.Windows.DependencyPropertyChangedEventArgs args ) : void

Method Details

CloneIfNecessary() public méthode

public CloneIfNecessary ( ) : FilterOption
Résultat FilterOption

CreateInstanceCore() protected méthode

protected CreateInstanceCore ( ) : System.Windows.Freezable
Résultat System.Windows.Freezable

DefaultValue() public static méthode

public static DefaultValue ( Type type ) : object
type System.Type
Résultat object

FilterOption() public méthode

public FilterOption ( ) : System
Résultat System

FilterOption() public méthode

public FilterOption ( string columnName, Func value ) : System
columnName string
value Func
Résultat System

FilterOption() public méthode

public FilterOption ( string columnName, object value ) : System
columnName string
value object
Résultat System

RefreshRealValue() public méthode

public RefreshRealValue ( ) : void
Résultat void

SetFilterTokens() public static méthode

public static SetFilterTokens ( IEnumerable filters, QueryDescription qd, bool canAggregate = false ) : void
filters IEnumerable
qd Signum.Entities.DynamicQuery.QueryDescription
canAggregate bool
Résultat void

ToFilter() public méthode

public ToFilter ( ) : Filter
Résultat Signum.Entities.DynamicQuery.Filter

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

RealValueProperty public_oe static_oe property

public static DependencyProperty,System.Windows RealValueProperty
Résultat System.Windows.DependencyProperty

ValueProperty public_oe static_oe property

public static DependencyProperty,System.Windows ValueProperty
Résultat System.Windows.DependencyProperty