TaskItem Class
<DataContract()> _
<System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)> _
Public Class TaskItem
Implements IHasAttributes, _
IChangeTrackable, _
ISynergyEntity
This language is not supported or no code example is available.
[DataContract()]
[System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)]
public class TaskItem : IHasAttributes,
IChangeTrackable,
ISynergyEntity
This language is not supported or no code example is available.
[DataContract()]
[System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)]
public ref class TaskItem : public IHasAttributes^,
public IChangeTrackable^,
public ISynergyEntity^
This language is not supported or no code example is available.
public
DataContract()
System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)
class TaskItem
implements IHasAttributes,
IChangeTrackable,
ISynergyEntity
This language is not supported or no code example is available.
Name | Description | |
---|---|---|
![]() |
AllProgress | |
![]() |
AssignedContacts | Helper function to get all assigned contacts |
![]() |
DueDateString | |
![]() |
DueDays | |
![]() |
StartDateString | |
![]() |
StartDays | |
![]() |
Type | |
![]() |
attributes | Any attached attributes |
![]() |
id |
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). |
![]() |
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). |
![]() |
ShallowCopy(TaskItem) | Perform a shallow copy |
![]() |
ToChangeTrackerString() | |
![]() |
ToString | Returns a string that represents the current object. (inherited from Object). |
Name | Description | |
---|---|---|
![]() |
assigned_by | |
![]() |
assigned_entity | The assigned entity - could be null |
![]() |
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_mode | The due date mode |
![]() |
due_date_utc | The due date of the item |
![]() |
history | A string describing the history - may not be set! |
![]() |
is_closed | Whether or not the task is open |
![]() |
item_id | The to do items db 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_mode | 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_id | The type of task |
![]() |
task_type_name | The name of the task - cosmetic only, not required for upload |
![]() |
user_task_id | The user supplied id for the item |
![]() |
version | The current server version of the item |
Contracts.Data.TaskItem