Click or drag to resize

SOChecklistItem Interface

IChecklistItem Interface Collection of diary checklist items for a particular user. Each item corresponds to an incomplete appointment, document, sale. A checklist item is a row in the diary checklist. It represents an incomplete appointment, document or sale.

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

The SOChecklistItem type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleContactDepartment
ContactDepartment Collection of diary checklist items for a particular user. Each item corresponds to an incomplete appointment, document, sale. The name of the (optional) department at the contact
(Inherited from IChecklistItem.)
Public propertyCode exampleContactId
ContactID Collection of diary checklist items for a particular user. Each item corresponds to an incomplete appointment, document, sale. The database id of an optional contact that may be attached to this Checklist item
(Inherited from IChecklistItem.)
Public propertyCode exampleContactName
ContactName Collection of diary checklist items for a particular user. Each item corresponds to an incomplete appointment, document, sale. The name of the (optional) contact that this Checklist item is connected to
(Inherited from IChecklistItem.)
Public propertyCode exampleDateComplete
DateComplete Collection of diary checklist items for a particular user. Each item corresponds to an incomplete appointment, document, sale. Indicates on which date this Checklist item was completed
(Inherited from IChecklistItem.)
Public propertyCode exampleDescription
Text Collection of diary checklist items for a particular user. Each item corresponds to an incomplete appointment, document, sale. Textual description of this Checklist item
(Inherited from IChecklistItem.)
Public propertyCode exampleDone
Done Collection of diary checklist items for a particular user. Each item corresponds to an incomplete appointment, document, sale. Indicates that this Checklist item is marked as completed
(Inherited from IChecklistItem.)
Public propertyIdentity
Identity of the row Collection of diary checklist items for a particular user. Each item corresponds to an incomplete appointment, document, sale.
(Inherited from IChecklistItem.)
Public propertyCode exampleOwnerList
OwnerList Collection of diary checklist items for a particular user. Each item corresponds to an incomplete appointment, document, sale. A handle back to the Checklist object that this item belongs to
(Inherited from IChecklistItem.)
Public propertyCode examplePriorityText
PriorityText Collection of diary checklist items for a particular user. Each item corresponds to an incomplete appointment, document, sale. The optional Priority text of this checklist item
(Inherited from IChecklistItem.)
Public propertyCode exampleRowType
RowType Collection of diary checklist items for a particular user. Each item corresponds to an incomplete appointment, document, sale. The type of checklist item. Appointment = 2, Document = 4, Sale = 8, Generic To-do = 1
(Inherited from IChecklistItem.)
Public propertyTableId
TableID Collection of diary checklist items for a particular user. Each item corresponds to an incomplete appointment, document, sale.
(Inherited from IChecklistItem.)
Public propertyCode exampleTypeText
TypeText Collection of diary checklist items for a particular user. Each item corresponds to an incomplete appointment, document, sale. The Checklist items text type. Seen in the activity dialog as “Type”
(Inherited from IChecklistItem.)
Top
See Also