TasksQuery
Object Hierarchy:
Description:
[
CCode ( type_id =
"gdata_tasks_query_get_type ()" ) ]
[
Version ( since =
"0.15.0" ) ]
public class TasksQuery :
Query
All the fields in the TasksQuery structure are private and should never be accessed directly.
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:
Methods:
Inherited Members:
All known members inherited from class GData.Query
All known members inherited from class GLib.Object