Click or drag to resize
ToDoItem Class
To-do Item represents abstract task with due date, short description and simple status (done/not done) which Corrigo Enterprise user must do.
Inheritance Hierarchy

Namespace: CorrigoService.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class ToDoItem : CorrigoEntity

The ToDoItem type exposes the following members.

Properties
  NameDescription
Public propertyActorId
Standard link to parent object along with ActorTypeID
Public propertyActorTypeId
Standard link to parent object along with ActorId
Public propertyComments
Public propertyCompletedEmployeeId
When item is done, this field may contain ID of the Employee who completed item.
Public propertyCreatedEmployeeId
Employee who created item. This field equals to NULL if item was created as part of WO creation or escalation workflow.
Public propertyDescription
Description, required.
Public propertyDone
True means item is done/completed
Public propertyDtUtcCompleted
When item is done, this field contains UTC timestamp of the completion event.
Public propertyDtUtcDue
Due date
Public propertyEmployeeId
Assigned Employee; optional.
Public propertyType
To-Do Type. This field may be required depending on instance configuration.
Top
See Also