C# Class Orc.FilterBuilder.Models.FilterScheme

Inheritance: Catel.Data.ModelBase
Show file Open project: WildGums/Orc.FilterBuilder Class Usage Examples

Private Properties

Property Type Description
CheckForInvalidItems void
CountInvalidItems int
OnConditionItemsChanged void
OnConditionItemsCollectionChanged void
OnConditionUpdated void
SubscribeToEvents void

Public Methods

Method 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

Protected Methods

Method Description
OnDeserialized ( ) : void
RaiseUpdated ( ) : void

Private Methods

Method 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 method

public CalculateResult ( object entity ) : bool
entity object
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

FilterScheme() public method

public FilterScheme ( ) : System
return System

FilterScheme() public method

public FilterScheme ( Type targetType ) : System
targetType System.Type
return System

FilterScheme() public method

public FilterScheme ( Type targetType, string title ) : System
targetType System.Type
title string
return System

FilterScheme() public method

public FilterScheme ( Type targetType, string title, ConditionTreeItem root ) : System
targetType System.Type
title string
root ConditionTreeItem
return System

GetHashCode() public method

public GetHashCode ( ) : int
return int

OnDeserialized() protected method

protected OnDeserialized ( ) : void
return void

RaiseUpdated() protected method

protected RaiseUpdated ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

Update() public method

public Update ( FilterScheme otherScheme ) : void
otherScheme FilterScheme
return void