Click or drag to resize

SOProjectMembers Interface

ProjectMembers collection. Indexed by project member id. Add to the collection by saving new ProjectMember objects.

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

The SOProjectMembers type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleCount
Count - returns the number of items in the collection
(Inherited from IProjectMembers.)
Public propertyCode exampleEmpty
Returns true if the collection is empty. i.e. if it contains no elements
(Inherited from IProjectMembers.)
Public propertyItem (Inherited from IProjectMembers.)
Top
Methods
  NameDescription
Public method_Clear
Remove all the elements in the collection
(Inherited from IProjectMembers.)
Public method_Remove
Remove an item by id
(Inherited from IProjectMembers.)
Public methodCode exampleExists
Returns true if the given item exists in the collection We changed the index to use Person_id, this way you may check if a specific person is a project member
(Inherited from IProjectMembers.)
Public methodGetEnumerator (Inherited from IProjectMembers.)
Top
See Also