TasksTask
Object Hierarchy:
Description:
[
CCode ( type_id =
"gdata_tasks_task_get_type ()" ) ]
[
Version ( since =
"0.15.0" ) ]
public class TasksTask :
Entry
All the fields in the TasksTask structure are private and should never be accessed directly.
Content:
Properties:
- public int64 completed { get; set; }
Completion date of the task (as a RFC 3339 timestamp; seconds since the UNIX
epoch).
- public int64 due { get; set; }
Due date of the task (as a RFC 3339 timestamp; seconds since the UNIX
epoch).
- public bool is_deleted { get; set; }
Flag indicating whether the task has been deleted.
- public bool is_hidden { get; }
Flag indicating whether the task is hidden.
- public string notes { get; set; }
This is where the description of what needs to be done in the task is
stored.
- public string parent { get; set; }
Parent task identifier.
- public string position { get; set; }
String indicating the position of the task among its sibling tasks under the
same parent task or at the top level.
- public string status { get; set; }
Status of the task.
Creation methods:
Methods:
Inherited Members:
All known members inherited from class GData.Entry
All known members inherited from class GData.Parsable
All known members inherited from class GLib.Object