| Name | Description | Type | Additional information |
|---|---|---|---|
| AppNameField |
The database field identifier where the name of the CApp that is used to solve the given task can be found. |
string |
None. |
| AppNameValue |
Name of the CApp that is used to solve the given task. |
string |
None. |
| DoneItems |
Contains information about fields which have to be set when a task is done. |
Collection of ConfidenceApps.Interfaces.Pris.IDoneItem |
None. |
| Table |
The identifier of the table that contains tasks definitions. |
string |
None. |
| TaskIdField |
The database field identifier where the unique identifier for a task can be found. |
string |
None. |
| TaskProperties |
Contains additional properties for the creation of tasks. |
Collection of ConfidenceApps.Interfaces.Pris.ITaskProperty |
None. |
| TaskSynchronizedTimeField |
Name of sql column which includes the last synchronization time of the task. |
string |
None. |
| TaskMetaDataHashValueField |
Name of sql column which includes the task-hash-value for the task-metadata. |
string |
None. |
| TaskDetailDataHashValueField |
Name of sql column which includes the task-hash-value for the task-detail-data. |
string |
None. |