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
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref