Click or drag to resize

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 ITravellers : IEnumerable

The ITravellers 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
Public propertyCode exampleTrLogMax
TrLogMax This returns the last record currently in traveltransactionlog.
Top
Methods
  NameDescription
Public methodGetEnumerator
Public methodCode exampleGetFirst
Return first traveller Indicates the beginning of the TravelInfo iteration
Public methodCode exampleGetNext
Return next traveller Returns the next object in a SOTravelInfo collection
Top
See Also