TaskManagementTask Class

Definition

Model for a task in a task list.

public class TaskManagementTask
type TaskManagementTask = class
Public Class TaskManagementTask
Inheritance
TaskManagementTask

Constructors

TaskManagementTask(String, String, String, String, Boolean)

Initializes a new instance of the TaskManagementTask class.

Properties

Due

Task's due date/time.

Id

ID of the task.

IsCompleted

True if the task is completed, otherwise false.

Reminder

Reminder date/time for the task.

Title

Title of the task.

Applies to