GanttAssignmentsSettingsTagHelper
Example
Razor
<assignments>
<datasource></datasource>
</assignments>
ChildTags
| Tag Name | Details |
|---|---|
| datasource | DataSourceTagHelper |
Attributes
| Attribute | Type | Description |
|---|---|---|
| bind-to | IEnumerable<Object> | Sets the data for the datasource |
| dataresourceidfield | String | The field of the assignment data item which represents the resource id. |
| datasource-id | String | The ID/Name of the DataSource tag helper |
| datataskidfield | String | The field of the assignment data item which represents the task id. |
| datavaluefield | String | The field of the assignment data item which represents the amount of the assigned resource. |