| Name | Description | Type | Allowed Values |
|---|---|---|---|
| abbreviation | Task group abbreviation used for directory and naming purposes. | String | |
| name | Name of the object. | String | |
| version | Version of the object. | Int32 |
| Name | Description | Type | Default Value | Allowed Values |
|---|---|---|---|---|
| caption | Caption of the object. | String | ||
| category | Category to which the task group applies. | String | ||
| class | Class name of the controller of the object. | String | ||
| headertext | The text to display in the both the toolbox and the task group header block. | String | ||
| icon | Icon for the object. | String | ||
| isparametricgroup | Indicates whether the taskgroup operates only on parameters. | Boolean | False | True, False |
| Name | Description |
|---|---|
| CanAdd(IDataModelObject, String) | Callback that is invoked to determine whether the object can be added. |
| OnAdd(IUserObject) | Callback that is invoked when the object is newly added. |
| OnInit(IUserObject) | Callback that is invoked when the object is initialized. |
| OnMigrate(IUserObject, IUserObject) | Callback that is invoked when the object version has been changed. |