TaskItemModel Class
Public Class TaskItemModel
This language is not supported or no code example is available.
public class TaskItemModel
This language is not supported or no code example is available.
public ref class TaskItemModel
This language is not supported or no code example is available.
Name | Description | |
---|---|---|
![]() |
TaskItemModel() | |
![]() |
TaskItemModel(TaskItem) |
Name | Description | |
---|---|---|
![]() |
AllProgress | |
![]() |
AssignedContacts | Helper function to get all assigned contacts |
![]() |
AssociatedEntities | This member is used only when adding/updating associations |
![]() |
CCs | API helper to get CCs |
![]() |
Dependencies | List of Dependency ids with task names |
![]() |
DueDays | |
![]() |
Reminders | API helper to get reminders |
![]() |
StartDays | |
![]() |
Type | |
![]() |
assigned_by | |
![]() |
assigned_entity | The assigned entity - could be null |
![]() |
attributes | Any attached attributes |
![]() |
change_message | |
![]() |
children | Any children to dos |
![]() |
colour | The colour of the name in ARGB, use System.Drawing.Colour.FromARGB to get colour from it. |
![]() |
dependent_task_action | An action to take when a dependent task is closed |
![]() |
depends_on_ids | The id of a task this task depends on |
![]() |
description | The task description |
![]() |
due_date_utc | The due date of the item |
![]() |
history | A string describing the history - may not be set! |
![]() |
id | |
![]() |
is_closed | Whether or not the task is open |
![]() |
item_id | |
![]() |
item_owner | The contact that owns the task |
![]() |
name | The name of the task |
![]() |
order | The ordering of the task |
![]() |
parent_item_id | A parent item id - may be null |
![]() |
priority | The task priority |
![]() |
progress | A progress indication |
![]() |
project_id | The id of the project that contains it |
![]() |
project_path | The path to the project containing the task |
![]() |
relative_due_date_days | The number of days to offset the due date, based on the due date mode |
![]() |
relative_start_date_days | The number of days to offset the start date, based on the start date mode |
![]() |
start_date_utc | The start date of the item |
![]() |
start_task_action | An action to take when a task is meant to start |
![]() |
task_path | The path to the task (inside a project) |
![]() |
task_state | The task state |
![]() |
task_state_name | The name of the state |
![]() |
task_type | |
![]() |
task_type_id | The type of task |
![]() |
user_task_id | The user supplied id for the item |
![]() |
version | The current server version of the item |
![]() |
workflow_capture_data | Any workflow capture data |
Name | Description | |
---|---|---|
![]() |
ContainsChild(EntityID) | Do we already have this child? |
![]() |
Equals(Object) | Determines whether the specified object is equal to the current object. (inherited from Object). |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object). |
![]() |
GetAssociations() | |
![]() |
GetHashCode | Serves as the default hash function. (inherited from Object). |
![]() |
GetProgress() | Get the progress, potentially based on our children |
![]() |
GetType | Gets the Type of the current instance. (inherited from Object). |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object). |
![]() |
ToString | Returns a string that represents the current object. (inherited from Object). |
![]() |
ToTaskItem() |
Name | Description | |
---|---|---|
![]() |
due_date_mode | The due date mode |
![]() |
start_date_mode | The start date mode |
SynergyServerWeb.API.Models.TaskItemModel