[]
Base group that implements IComparer<BaseTask>.
[TypeConverter(typeof(GroupConverter))]
public abstract class BaseGroup : IComparer<BaseTask>
| Name | Description |
|---|---|
| BaseGroup(bool) | Initializes a new instance of the BaseGroup class. |
| Name | Description |
|---|---|
| IsAscending | Gets or sets a value indicating whether this sort order is ascending. |
| Name | Description |
|---|---|
| Compare(BaseTask, BaseTask) | Compares two tasks. |
| GetCompareValue(BaseTask, BaseTask) | Gets the compare value between two tasks. |