Class TaskContract
Represents a task of a process ProcessContract
Namespace: Com.Kendox.Dcis.SubSystem.Service.Contract
Syntax
public class TaskContract : Object
Name | Description |
---|---|
TaskContract() |
Fields
Name | Description |
---|---|
Action | Action text for the user. Displayed to the end user. |
AssignedUserCCIds | List of assigned user CC ids |
AssignedUserIds | List of assigned user ids |
Comments | List of all comments |
CompletedDate | Completion date. Date format: yyyy-MM-ddTHH:mm:ss |
CompletedUserIds | List of all completed user ids |
CreatedDate | Creation date. Date format: yyyy-MM-ddTHH:mm:ss |
CreatorId | User id of the creator |
DeputyRepresentations | List of deputy representations. The list holds all deputy representations, the current and the old representations. |
Description | Task description |
DescriptionGlobal | Description for this task |
DueDate | Due date of the task. Date format: yyyy-MM-ddTHH:mm:ss |
Id | Id of the task |
IntendedUserIds | Intended users for this task, the users are set via a webservice task |
NameGlobal | Display name for this task |
ReminderDate | Date for reminder. Date format: yyyy-MM-ddTHH:mm:ss |
RequiresAllRecipients | Defines if all recipients have to close this task |
ShowCloseTaskDialog | Show close task dialog at task end |
StatusEnum | Status of task StatusEnum |
TaskActionEnum | Sets the status of the task before it gets added to the CompletedTask list TaskActionEnum |
TaskTemplateId | Task template id |