[]
Represents the group model by Status Date.
[TypeConverter(typeof(StatusGroupConverter))]
public class StatusGroup : BaseGroup, IComparer<BaseTask>
Name | Description |
---|---|
StatusGroup(DateTime, bool) | Initializes a new instance of the StatusGroup class. |
Name | Description |
---|---|
StatusDate | Gets or sets the status date. |
Name | Description |
---|---|
GetCompareValue(BaseTask, BaseTask) | Gets the compare value between two tasks. |