Click or drag to resize

SOAssociates Interface

Associates collection. Indexed by associate id. The Associate list can be manipulated using the Admin API.

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

The SOAssociates type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleCount
Count - returns the number of items in the collection The count of members of this collection
(Inherited from IAssociates.)
Public propertyCode exampleEmpty
Returns true if the collection is empty. i.e. if it contains no elements Checks whether the collection is empty (has no members) or not
(Inherited from IAssociates.)
Public propertyItem (Inherited from IAssociates.)
Top
Methods
  NameDescription
Public method_Clear
Remove all the elements in the collection
(Inherited from IAssociates.)
Public method_Remove
Remove an item by id
(Inherited from IAssociates.)
Public methodCode exampleExists
Returns true if the given item exists in the collection Checks whether there exists a member in the collection at the given index.
(Inherited from IAssociates.)
Public methodGetEnumerator (Inherited from IAssociates.)
Top
See Also