SOPersons Interface |
Namespace: SuperOffice.COM.SuperOfficeDB
The SOPersons type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Clear | Clear the list. (Inherited from IPersons.) |
![]() ![]() | Count | Return the number of persons in the list. (Inherited from IPersons.) |
![]() ![]() | Exists | Returns true if the person exists in the list. (Inherited from IPersons.) |
![]() | GetEnumerator | (Inherited from IPersons.) |
![]() ![]() | GetFirst | Return the first person in the list. Return NULL if list is empty. (Inherited from IPersons.) |
![]() ![]() | GetNext | Return the next person in the list. Return NULL if the end is reached. (Inherited from IPersons.) |
![]() ![]() | Remove | Remove a person from the list (Inherited from IPersons.) |