Click or drag to resize

SOChecklist Interface

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 SOChecklist : IChecklist

The SOChecklist 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
(Inherited from IChecklist.)
Public propertyCode exampleEOF
Returns true if end of list is reached Indicates whether you have read to end of this collection
(Inherited from IChecklist.)
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.
(Inherited from IChecklist.)
Top
Methods
  NameDescription
Public methodGetEnumerator (Inherited from IChecklist.)
Public methodCode exampleGetFirst
Return first item in list, or NULL if list is empty. Get the first checklist item from this Checklist
(Inherited from IChecklist.)
Public methodCode exampleGetNext
Return next item in list, or NULL if end of list is reached Get the next Checklist item from this collection
(Inherited from IChecklist.)
Public methodCode exampleGetOwnerName
GetOwnerName - return name of associate whose checklist this is Name of the associate that owns this checklist
(Inherited from IChecklist.)
Top
See Also