Click or drag to resize

IPersons Interface

Collection of Person objects

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

The IPersons type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleEOF
Return true if the end of the list is reached
Top
Methods
  NameDescription
Public methodCode exampleClear
Clear the list.
Public methodCode exampleCount
Return the number of persons in the list.
Public methodCode exampleExists
Returns true if the person exists in the list.
Public methodGetEnumerator
Public methodCode exampleGetFirst
Return the first person in the list. Return NULL if list is empty.
Public methodCode exampleGetNext
Return the next person in the list. Return NULL if the end is reached.
Public methodCode exampleRemove
Remove a person from the list
Top
See Also