[]
The filter with specific condition.
public class ConditionTaskFilter : ICloneable, INotifyPropertyChanged
| Name | Description |
|---|---|
| ConditionTaskFilter() |
| Name | Description |
|---|---|
| CombinationOperator | Gets or sets the operator to be used when combining multi conditions. |
| FilterField | Gets or sets the field is used for filtering. |
| FilterFieldName | Gets or sets the filter field's name. |
| FilterValue | Gets or sets the value for filter evaluation. |
| TestOperator | Gets or sets the test operator is used to evaluate the FilterValue. |
| UniqueIdentity | Unique identifier for binding. |
| Name | Description |
|---|---|
| Clone() | Creates a new object that is a copy of the current instance. |
| Name | Description |
|---|---|
| PropertyChanged | Represents the method that will handle the System.ComponentModel.INotifyPropertyChanged.PropertyChanged event raised when a property is changed on a component. |