Click or drag to resize
ToDoType Class
To-Do Type is localized dictionary containing types/categories used for To-Do Items.
Inheritance Hierarchy
SystemObject
  CorrigoService.EntitiesCorrigoEntity
    CorrigoServiceCorrigoEntityWithOptimisticLock
      CorrigoService.EntitiesToDoType

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

The ToDoType type exposes the following members.

Properties
  NameDescription
Public propertyDescription
Description. Max Length=1024
Public propertyDisplayAs
Displayable name. Max Length=256
Public propertyIsDefault
Boolean flag; True indicates default To-Do Type. There can be zero or one default record in the table; i.e. configuration with no default record is allowed.
Top
See Also