TasksQuery
Object Hierarchy:
Description:
[ CCode ( type_id = "gdata_tasks_query_get_type ()" ) ]
[ Version ( since = "0.15.0" ) ]
public class TasksQuery : Query
[ Version ( since = "0.15.0" ) ]
public class TasksQuery : Query
All the fields in the TasksQuery structure are private and should never be accessed directly.
Namespace: GData
Package: libgdata
Content:
Properties:
- public int64 completed_max { get; set; }
Upper bound for a task's completion date (as a RFC 3339 timestamp) to filter by.
- public int64 completed_min { get; set; }
Lower bound for a task's completion date (as a RFC 3339 timestamp) to filter by.
- public int64 due_max { get; set; }
Upper bound for a task's due date (as a RFC 3339 timestamp) to filter by.
- public int64 due_min { get; set; }
Lower bound for a task's due date (as a RFC 3339 timestamp) to filter by.
- public bool show_completed { get; set; }
Flag indicating whether completed tasks are returned in the result.
- public bool show_deleted { get; set; }
Flag indicating whether deleted tasks are returned in the result.
- public bool show_hidden { get; set; }
Flag indicating whether hidden tasks are returned in the result.
Creation methods:
- public TasksQuery (string? q)
Creates a new TasksQuery.
Methods:
- public int64 get_completed_max ()
Gets the completed_max property.
- public int64 get_completed_min ()
Gets the completed_min property.
- public int64 get_due_max ()
Gets the due_max property.
- public int64 get_due_min ()
Gets the due_min property.
- public bool get_show_completed ()
Gets the show_completed property.
- public bool get_show_deleted ()
Gets the show_deleted property.
- public bool get_show_hidden ()
Gets the show_hidden property.
- public void set_completed_max (int64 completed_max)
Sets the completed_max property of the TasksQuery to the new time/date,
completed_max
. - public void set_completed_min (int64 completed_min)
Sets the completed_min property of the TasksQuery to the new time/date,
completed_min
. - public void set_due_max (int64 due_max)
Sets the due_max property of the TasksQuery to the new time/date,
due_max
. - public void set_due_min (int64 due_min)
Sets the due_min property of the TasksQuery to the new time/date,
due_min
. - public void set_show_completed (bool show_completed)
Sets the show_completed property of the TasksQuery .
- public void set_show_deleted (bool show_deleted)
Sets the show_deleted property of the TasksQuery .
- public void set_show_hidden (bool show_hidden)
Sets the show_hidden property of the TasksQuery .
Inherited Members:
All known members inherited from class GData.Query
All known members inherited from class GLib.Object