Click or drag to resize

SOProjects Interface

IProjects Interface

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

The SOProjects type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleEOF
Return true when the end of the list is reached
(Inherited from IProjects.)
Top
Methods
  NameDescription
Public methodGetEnumerator (Inherited from IProjects.)
Public methodCode exampleGetFirst
Return the first project, or NULL if the list is empty.
(Inherited from IProjects.)
Public methodCode exampleGetNext
Return the next project, or NULL if the end has been reached.
(Inherited from IProjects.)
Top
See Also