[]
Uses to filter the late tasks.
[TypeConverter(typeof(LateTasksFilterConverter))]
public class LateTasksFilter : BaseTaskFilter, ICloneable
Name | Description |
---|---|
LateTasksFilter(DateTime) | Initializes a new LateTasksFilter object with specific status date. |
Name | Description |
---|---|
StatusDate | Gets or sets the status date to determine a task is late or not. |
Name | Description |
---|---|
ApplyFilter(BaseTask) | Applies the filter to a task. |
Clone() | Creates a new object that is a copy of the current instance. |