[]
        
(Showing Draft Content)

C1.GanttView.BaseTaskFilter.ApplyFilter

ApplyFilter Method

ApplyFilter(BaseTask)

Applies the filter to a task.

Declaration
public abstract bool ApplyFilter(BaseTask task)
Parameters
Type Name Description
BaseTask task

The BaseTask object to filter.

Returns
Type Description
bool

True if the task satisfies the filter; False otherwise.