Click or drag to resize

SOTravellers Interface

ITravellers Interface Collection of traveller info objects. Gives status on all travellers.

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

The SOTravellers type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleEOF
Return true when end of list is reached Indicates the end of the TravelInfo iteration
(Inherited from ITravellers.)
Public propertyCode exampleTrLogMax
TrLogMax This returns the last record currently in traveltransactionlog.
(Inherited from ITravellers.)
Top
Methods
  NameDescription
Public methodGetEnumerator (Inherited from ITravellers.)
Public methodCode exampleGetFirst
Return first traveller Indicates the beginning of the TravelInfo iteration
(Inherited from ITravellers.)
Public methodCode exampleGetNext
Return next traveller Returns the next object in a SOTravelInfo collection
(Inherited from ITravellers.)
Top
See Also