[]
Uses to filter tasks by multi conditions.
public class AdvancedFilter : BaseTaskFilter, ICloneable, INotifyPropertyChanged
| Name | Description |
|---|---|
| AdvancedFilter() |
| Name | Description |
|---|---|
| Conditions | Gets the collection of ConditionTaskFilter objects. |
| Name | Gets or sets the name of filter. |
| 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. |
| Name | Description |
|---|---|
| PropertyChanged | Occurs when the value of a property changes. |