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

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition