Click or drag to resize

IActivityList Interface

A collection of activities. Each activity can be a sale, document or appointment. 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 IActivityList : IEnumerable

The IActivityList type exposes the following members.

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