[]
Represents the group model by CustomField.
[TypeConverter(typeof(ah))]
public class CustomFieldGroup : BaseGroup, IComparer<BaseTask>
<TypeConverter(GetType(ah))>
Public Class CustomFieldGroup
Inherits BaseGroup
Implements IComparer(Of BaseTask)
| Name | Description |
|---|---|
| CustomFieldGroup(string, bool) | Initializes a new instance of the CustomFieldGroup class. |
| Name | Description |
|---|---|
| FieldName | Gets or sets the field's name. |
| Name | Description |
|---|---|
| GetCompareValue(BaseTask, BaseTask) | Gets the compare value between two tasks. |