Click or drag to resize

IChecklist Interface

Collection of diary checklist items for a particular user. Each item corresponds to an incomplete appointment, document, sale.

Namespace:  SuperOffice.COM.SuperOfficeDB
Assembly:  SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntax
public interface IChecklist : IEnumerable

The IChecklist type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleAssociateId
AssociateId - id of owner of checklist The database identifier of the associate that owns this Checklist
Public propertyCode exampleEOF
Returns true if end of list is reached Indicates whether you have read to end of this collection
Public propertyCode exampleMode
bitflag corresponding to the checkboxes in the checklist archive A checklist is a combination of appointments, to-dos, documents, phone calls and sales. A Checklists mode can be a combination of all or some of these activities.
Top
Methods
  NameDescription
Public methodGetEnumerator
Public methodCode exampleGetFirst
Return first item in list, or NULL if list is empty. Get the first checklist item from this Checklist
Public methodCode exampleGetNext
Return next item in list, or NULL if end of list is reached Get the next Checklist item from this collection
Public methodCode exampleGetOwnerName
GetOwnerName - return name of associate whose checklist this is Name of the associate that owns this checklist
Top
See Also