[]
        
(Showing Draft Content)

C1.GanttView.ConditionTaskFilter

ConditionTaskFilter Class

The filter with specific condition.

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

Constructors

Name Description
ConditionTaskFilter()

Properties

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.

Methods

Name Description
Clone()

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

Events

Name Description
PropertyChanged

Represents the method that will handle the System.ComponentModel.INotifyPropertyChanged.PropertyChanged event raised when a property is changed on a component.