|
Name
|
Description
|
|
AddChange(EntityID, EntityID, string, IDatabase)
|
Log a change to some task item
|
|
AssignTask(EntityID, EntityID, AssignedEntityType, EntityID, IDatabase)
|
Assign a task to a user
|
|
CreateState(TaskState, EntityID, IDatabase)
|
Create a new task / task state
|
|
CreateTaskType(TaskType, IDatabase)
|
Create a task type (without transitions)
|
|
DeleteState(EntityID, IDatabase)
|
Delete a state
|
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
(inherited from Object).
|
|
Finalize
|
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(inherited from Object).
|
|
GetAssignedEntityID(EntityID, IDatabase, out AssignedEntityType)
|
Get the contact assigned to a particular task
|
|
GetChangedTaskIDs(EntityID, DateTime, IDatabase)
|
Get the ids of any changed task items after a certain date (utc)
|
|
GetChildTasks(EntityID, bool, IDatabase)
|
Get all child task items
|
|
GetChildTasks(EntityID, bool, Dictionary<EntityIDTaskItem>, IDatabase)
|
Get all child task items
|
|
GetDependencyIDs(EntityID, IDatabase)
|
Get the ids of any tasks a given task depends on
|
|
GetDependingTaskIDs(EntityID, IDatabase)
|
Get the ids of any depending task items
|
|
GetHashCode
|
Serves as the default hash function.
(inherited from Object).
|
|
GetInitialStateIDs(EntityID, IDatabase)
|
Get a list of next states for a task type
|
|
GetInitialStates(EntityID, IDatabase)
|
Get a list of next states for a task type
|
|
GetNextTaskStateIDs(EntityID, IDatabase)
|
Get a list of next states for a task type
|
|
GetNextTaskStates(EntityID, IDatabase)
|
Get a list of next states for a task type
|
|
GetProjectTaskIDs(EntityID, IDatabase)
|
Get project tasks
|
|
GetProjectTasks(EntityID, bool, bool, IDatabase)
|
Get project tasks
|
|
GetTask(EntityID, bool, bool, IDatabase)
|
Get info about a particular task item from the database
|
|
GetTaskByName(string, EntityID, EntityID, IDatabase)
|
Get a task id by its name
|
|
GetTaskIDsByAssignedRole(EntityID, IDatabase)
|
Given a role id, find any task items assigned to this role
|
|
GetTaskIDsByAssociatedFileID(EntityID, IDatabase)
|
Given a file id, find any associated task items
|
|
GetTaskReminders(EntityID, EntityID, IDatabase)
|
Get task reminders
|
|
GetTaskReminders(EntityID, EntityID, IDatabase, bool)
|
Get task reminders
|
|
GetTaskState(EntityID, IDatabase)
|
Get a task state by id
|
|
GetTaskStateAttributes(EntityID, bool, IDatabase)
|
Get all the attributes for a task state
|
|
GetTaskStateByName(string, EntityID, IDatabase)
|
Get a task state by name
|
|
GetTaskStateIDs(EntityID, IDatabase)
|
Get a list of all task states for a task type
|
|
GetTaskStates(EntityID, IDatabase)
|
Get a list of all task states for a task type
|
|
GetTaskStatesByEntityIDs(List<EntityID>, IDatabase)
|
Get a task state by id
|
|
GetTaskType(EntityID, bool, IDatabase)
|
Get the definition of a task type
|
|
GetTaskTypeID(string, IDatabase)
|
Get the id of a task type by its name
|
|
GetTaskTypes(bool, IDatabase)
|
Get all task type definitions
|
|
GetTaskVersion(EntityID, IDatabase)
|
Get the item version
|
|
GetTasksByAssociatedFileID(EntityID, IDatabase)
|
Given a file id, find any associated task items
|
|
GetTemplateTaskByName(string, EntityID, EntityID, IDatabase)
|
Get a template task id by its name
|
|
GetType
|
Gets the Type of the current instance.
(inherited from Object).
|
|
HasDependingItems(EntityID, IDatabase)
|
Does this item have any items that depend on it?
|
|
IsStateInUse(EntityID, IDatabase)
|
Detect if a state is in use
|
|
MemberwiseClone
|
Creates a shallow copy of the current Object.
(inherited from Object).
|
|
PurgeTask(EntityID, IDatabase)
|
Purge a task completely from the system
|
|
ReplicateTask(EntityID, EntityID, EntityID, EntityID, IDatabase)
|
Replicate a task
|
|
ReplicateTask(EntityID, EntityID, string, EntityID, EntityID, IDatabase)
|
Replicate a task
|
|
SearchTaskTree(SearchQuery, EntityID, IDatabase)
|
Search for tasks
|
|
SearchTasks(SearchQuery, EntityID, IDatabase)
|
Search for tasks
|
|
SendCreatedEmail(TaskItem, EntityID, IDatabase)
|
Send an email for a newly created todo
|
|
SendUpdatedEmail(TaskItem, string, EntityID, IDatabase)
|
Send an email for an updated task
|
|
SetTaskDependencies(EntityID, List<EntityID>, IDatabase)
|
Set all task dependencies
|
|
SetTaskReminder(EntityID, TaskReminderType, int, EntityID, EntityType, EntityID, bool, bool, bool, IDatabase)
|
Set a reminder for some task
|
|
SubmitTask(TaskItem, string, EntityID, IDatabase)
|
Submit a change to a task
|
|
ToString
|
Returns a string that represents the current object.
(inherited from Object).
|
|
UpdateState(TaskState, IDatabase)
|
Create a new task / task state
|
|
UpdateTask(TaskItem, EntityID, bool, IDatabase)
|
Update a task item - this does not send emails or logs
|
|
UpdateTaskProgress(EntityID, int, EntityID, IDatabase)
|
Update a task items progress / state only
|