TaskRequest Class

Definition

TaskRequest

public class TaskRequest
type TaskRequest = class
Public Class TaskRequest
Inheritance
TaskRequest

Constructors

Name Description
TaskRequest()

Properties

Name Description
DueDateTime

yyyy-MM-dd HH:mm:ss

IsCompleted

A boolean value determining whether or not the task is completed.

IsTaskVisible

A boolean value determining whether or not the task is publicly visible.

TaskDetails

The details of the task.

TaskPriority

The priority of the task.

TaskStatus

The status of the task.

TaskTitle

The title of the task.

Applies to