C# Class Orc.FilterBuilder.Models.FilterScheme

Inheritance: Catel.Data.ModelBase
Afficher le fichier Open project: WildGums/Orc.FilterBuilder Class Usage Examples

Private Properties

Свойство Type Description
CheckForInvalidItems void
CountInvalidItems int
OnConditionItemsChanged void
OnConditionItemsCollectionChanged void
OnConditionUpdated void
SubscribeToEvents void

Méthodes publiques

Méthode Description
CalculateResult ( object entity ) : bool
Equals ( object obj ) : bool
FilterScheme ( ) : System
FilterScheme ( Type targetType ) : System
FilterScheme ( Type targetType, string title ) : System
FilterScheme ( Type targetType, string title, ConditionTreeItem root ) : System
GetHashCode ( ) : int
ToString ( ) : string
Update ( FilterScheme otherScheme ) : void

Méthodes protégées

Méthode Description
OnDeserialized ( ) : void
RaiseUpdated ( ) : void

Private Methods

Méthode Description
CheckForInvalidItems ( ) : void
CountInvalidItems ( ConditionTreeItem conditionTreeItem ) : int
OnConditionItemsChanged ( ) : void
OnConditionItemsCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
OnConditionUpdated ( object sender, EventArgs e ) : void
SubscribeToEvents ( ) : void

Method Details

CalculateResult() public méthode

public CalculateResult ( object entity ) : bool
entity object
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

FilterScheme() public méthode

public FilterScheme ( ) : System
Résultat System

FilterScheme() public méthode

public FilterScheme ( Type targetType ) : System
targetType System.Type
Résultat System

FilterScheme() public méthode

public FilterScheme ( Type targetType, string title ) : System
targetType System.Type
title string
Résultat System

FilterScheme() public méthode

public FilterScheme ( Type targetType, string title, ConditionTreeItem root ) : System
targetType System.Type
title string
root ConditionTreeItem
Résultat System

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

OnDeserialized() protected méthode

protected OnDeserialized ( ) : void
Résultat void

RaiseUpdated() protected méthode

protected RaiseUpdated ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Update() public méthode

public Update ( FilterScheme otherScheme ) : void
otherScheme FilterScheme
Résultat void