Skip to main content

TasksWhereColumns

The valid fields by which tasks can be queried.

enum TasksWhereColumns {
ID
PARENT_ID
TITLE
DESCRIPTION
PRIORITY
TYPE
STATUS
START_AT
DUE_AT
CREATED_AT
UPDATED_AT
COMPLETED_AT
DELETED_AT
}

Values

TasksWhereColumns.ID

Task's unique identifier.

TasksWhereColumns.PARENT_ID

The task's parent task.

TasksWhereColumns.TITLE

The task's title.

TasksWhereColumns.DESCRIPTION

The task's description.

TasksWhereColumns.PRIORITY

The task's priority.

TasksWhereColumns.TYPE

The task's type.

TasksWhereColumns.STATUS

The task's status.

TasksWhereColumns.START_AT

Starting date of the task.

TasksWhereColumns.DUE_AT

Due date of the task.

TasksWhereColumns.CREATED_AT

The date and time when the task was created.

TasksWhereColumns.UPDATED_AT

The date and time when the task was last updated.

TasksWhereColumns.COMPLETED_AT

The date and time when the task was completed.

TasksWhereColumns.DELETED_AT

The date and time when the task was deleted.

Member Of

CompanyTasksWhereWhereConditions input ● ContactTasksWhereWhereConditions input ● ContractTasksWhereWhereConditions input ● CoordinationTasksWhereWhereConditions input ● CorrespondenceTasksWhereWhereConditions input ● EasementTasksWhereWhereConditions input ● InvoiceTasksWhereWhereConditions input ● LetterTasksWhereWhereConditions input ● MeterTasksWhereWhereConditions input ● OrdinanceTasksWhereWhereConditions input ● PersonTasksWhereWhereConditions input ● ProjectTasksWhereWhereConditions input ● PropertyTasksWhereWhereConditions input ● QueryTasksWhereWhereConditions input ● SpecificationTasksWhereWhereConditions input ● SubmissionTasksWhereWhereConditions input ● TaskChildrenWhereWhereConditions input