Azure.Connectors.Sdk.Todo.Models Namespace

Classes

Name Description
CreateToDo

CreateToDo_V2

CreateToDoList

CreateToDoList_V2

ToDo

Response for Add a to-do (V3)

TodoList

Response for Update a to-do list

TodoModelFactory

Model factory for creating instances of Todo models. Use these factory methods to construct model instances in tests and scenarios where output-only properties (with init-only setters) need to be populated.

TodoOnNewToDoInFolderTriggerPayload

Typed trigger payload for the OnNewToDoInFolder trigger (Todo "When a new to-do in a specific folder is created (V2)", operationId: OnNewToDoInFolderV2). Deserialize Connector Namespace callbacks directly: JsonSerializer.Deserialize<TodoOnNewToDoInFolderTriggerPayload>(body).

TodoOnUpdateToDoInFolderTriggerPayload

Typed trigger payload for the OnUpdateToDoInFolder trigger (Todo "When a to-do in a specific folder is updated (V2)", operationId: OnUpdateToDoInFolderV2). Deserialize Connector Namespace callbacks directly: JsonSerializer.Deserialize<TodoOnUpdateToDoInFolderTriggerPayload>(body).

TodoTriggers

Static registry of trigger operations for the Todo connector that have typed payloads. Maps operation names to their typed TriggerCallbackPayload<T> subtypes. Triggers that return binary content (e.g., file downloads) are not included here because they have no JSON-deserializable payload type. See TodoTriggerOperations for the complete list of trigger operation name constants.

UpdateToDo

UpdateToDo_V2

Structs

Name Description
Importance

Extensible enum for known Importance values.

Status

Extensible enum for known Status values.