[]
        
(Showing Draft Content)

C1.GanttView.AdvancedFilter

AdvancedFilter Class

Uses to filter tasks by multi conditions.

Inheritance
AdvancedFilter
Namespace: C1.GanttView
Assembly: C1.WPF.GanttView.dll
Syntax
public class AdvancedFilter : BaseTaskFilter, ICloneable, INotifyPropertyChanged

Constructors

Name Description
AdvancedFilter()

Properties

Name Description
Conditions

Gets the collection of ConditionTaskFilter objects.

Name

Gets or sets the name of filter.

Methods

Name Description
ApplyFilter(BaseTask)

Applies the filter to a task.

Clone()

Creates a new object that is a copy of the current instance.

OnPropertyChanged(PropertyChangedEventArgs)

Raises the PropertyChanged event.

Events

Name Description
PropertyChanged

Occurs when the value of a property changes.