TodoItem Class

Definition

Represents a single todo item managed by the TodoProvider.

public sealed class TodoItem
type TodoItem = class
Public NotInheritable Class TodoItem
Inheritance
TodoItem

Constructors

Name Description
TodoItem()

Properties

Name Description
Description

Gets or sets an optional description providing additional details about this todo item.

Id

Gets or sets the unique identifier for this todo item.

IsComplete

Gets or sets a value indicating whether this todo item has been completed.

Title

Gets or sets the title of this todo item.

Applies to