Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MyTasks



Counts and details about tasks in various states.

Parent class

Inherits from object

Constructors

  • () - Count all tasks for the current user

Methods

  • (From object) string ToString() - The string representation of the object.

Properties

  • Array of int All { get; } - Get resource ids of all tasks the user is usually interested in
  • string ObjectTypeName { get; } - The name of the type of object.
  • Array of int ObserverAwaitingApproval { get; } - Get resource ids of all tasks the user is observing that has been completed but await approval
  • Array of int ObserverAwaitingApprovalOverdue { get; } - Get resource ids of all tasks the user is observing that has been completed but await overdue approval
  • Array of int ObserverDone { get; } - Get resource ids of all tasks the user is observing that has been completed
  • Array of int ObserverNotStarted { get; } - Get resource ids of all tasks the user is observing that still needs to be started
  • Array of int ObserverNotStartedOverdue { get; } - Get resource ids of all tasks the user is observing that are overdue
  • Array of int ObserverRejected { get; } - Get resource ids of all tasks the user is observing that has been rejected
  • Array of int ObserverRole { get; } - Get resource ids of all tasks the user is observer on
  • Array of int ObserverStarted { get; } - Get resource ids of all tasks the user is observing that has been started
  • Array of int ObserverStartedOverdue { get; } - Get resource ids of all tasks the user is observing that has been started and are overdue
  • Array of int Responsible { get; } - Get resource ids of all tasks the user is responsible for
  • Array of int ResponsibleAwaitingApproval { get; } - Get resource ids of all tasks the user is responsible for that has been completed but await approval
  • Array of int ResponsibleAwaitingApprovalOverdue { get; } - Get resource ids of all tasks the user is responsible for that has been completed but await overdue approval
  • Array of int ResponsibleDone { get; } - Get resource ids of all tasks the user is responsible for that has been completed
  • Array of int ResponsibleNotStarted { get; } - Get resource ids of all tasks the user is responsible for that still needs to be started
  • Array of int ResponsibleNotStartedNoDeadlines { get; } - Get resource ids of all tasks the user is responsible for that has have no deadlines
  • Array of int ResponsibleNotStartedOverdue { get; } - Get resource ids of all tasks the user is responsible for that are overdue
  • Array of int ResponsibleStarted { get; } - Get resource ids of all tasks the user is responsible for that has been started
  • Array of int ResponsibleStartedNoDeadlines { get; } - Get resource ids of all tasks the user is responsible for that has have no deadlines
  • Array of int ResponsibleStartedOverdue { get; } - Get resource ids of all tasks the user is responsible for that has been started and are overdue
  • Array of int SupervisorAwaitingApproval { get; } - Get resource ids of all tasks the user is supervisor of that has been completed but await approval
  • Array of int SupervisorAwaitingApprovalOverdue { get; } - Get resource ids of all tasks the user is supervisor of that has been completed but await overdue approval
  • Array of int SupervisorDone { get; } - Get resource ids of all tasks the user is supervisor of that has been completed
  • Array of int SupervisorNotStarted { get; } - Get resource ids of all tasks the user is supervisor of that still needs to be started
  • Array of int SupervisorNotStartedNoDeadlines { get; } - Get resource ids of all tasks the user is supervisor of that has have no deadlines
  • Array of int SupervisorNotStartedOverdue { get; } - Get resource ids of all tasks the user is supervisor of that are overdue
  • Array of int SupervisorRole { get; } - Get resource ids of all tasks the user is supervisor of
  • Array of int SupervisorStarted { get; } - Get resource ids of all tasks the user is supervisor of that has been started
  • Array of int SupervisorStartedNoDeadlines { get; } - Get resource ids of all tasks the user is supervisor of that has have no deadlines
  • Array of int SupervisorStartedOverdue { get; } - Get resource ids of all tasks the user is supervisor of that has been started and are overdue
  • (From object) TypeInformation TypeInformation { get; } - Get information about this class.