A to do item

Namespace: Contracts.Data
Assembly: Contracts (in Contracts.dll)

<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
Public property AllProgress
Public property AssignedContacts Helper function to get all assigned contacts
Public property DueDateString
Public property DueDays
Public property StartDateString
Public property StartDays
Public property Type
Public property attributes Any attached attributes
Public property id
Top
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 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 ShallowCopy(TaskItem) Perform a shallow copy
Public method ToChangeTrackerString()
Public method ToString Returns a string that represents the current object. (inherited from Object).
Top
Name Description
Public field assigned_by
Public field assigned_entity The assigned entity - could be null
Public field children Any children to dos
Public field colour The colour of the name in ARGB, use System.Drawing.Colour.FromARGB to get colour from it.
Public field dependent_task_action An action to take when a dependent task is closed
Public field depends_on_ids The id of a task this task depends on
Public field description The task description
Public field due_date_mode The due date mode
Public field due_date_utc The due date of the item
Public field history A string describing the history - may not be set!
Public field is_closed Whether or not the task is open
Public field item_id The to do items db id
Public field item_owner The contact that owns the task
Public field name The name of the task
Public field order The ordering of the task
Public field parent_item_id A parent item id - may be null
Public field priority The task priority
Public field progress A progress indication
Public field project_id The id of the project that contains it
Public field project_path The path to the project containing the task
Public field relative_due_date_days The number of days to offset the due date, based on the due date mode
Public field relative_start_date_days The number of days to offset the start date, based on the start date mode
Public field start_date_mode The start date mode
Public field start_date_utc The start date of the item
Public field start_task_action An action to take when a task is meant to start
Public field task_path The path to the task (inside a project)
Public field task_state The task state
Public field task_state_name The name of the state
Public field task_type_id The type of task
Public field task_type_name The name of the task - cosmetic only, not required for upload
Public field user_task_id The user supplied id for the item
Public field version The current server version of the item
Top
Contracts.Data.TaskItem

.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