[]
        
(Showing Draft Content)

C1.GanttView.LateTasksFilter

LateTasksFilter Class

Uses to filter the late tasks.

Inheritance
LateTasksFilter
Implements
Namespace: C1.GanttView
Assembly: C1.WPF.GanttView.dll
Syntax
[TypeConverter(typeof(LateTasksFilterConverter))]
public class LateTasksFilter : BaseTaskFilter, ICloneable

Constructors

Name Description
LateTasksFilter(DateTime)

Initializes a new LateTasksFilter object with specific status date.

Properties

Name Description
StatusDate

Gets or sets the status date to determine a task is late or not.

Methods

Name Description
ApplyFilter(BaseTask)

Applies the filter to a task.

Clone()

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