Click or drag to resize

SOActivityList Interface

IActivityList Interface Never implemented A collection of activities. Each activity can be a sale, document or appointment

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

The SOActivityList type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleEOF
Return true when the end is reached. Never implemented
(Inherited from IActivityList.)
Top
Methods
  NameDescription
Public methodGetEnumerator (Inherited from IActivityList.)
Public methodCode exampleGetFirst
Return the first item. Never implemented
(Inherited from IActivityList.)
Public methodCode exampleGetNext
Return the next item. Never implemented eturns the next activity object in a SOActivityListItem collection
(Inherited from IActivityList.)
Top
See Also