Click or drag to resize

SOSaleStakeholders Interface

Collection of SaleStakeholders, indexed by salestakeholder_id

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

The SOSaleStakeholders type exposes the following members.

Properties
  NameDescription
Public propertyCount
Count - returns the number of items in the collection
(Inherited from ISaleStakeholders.)
Public propertyEmpty
Returns true if the collection is empty. i.e. if it contains no elements
(Inherited from ISaleStakeholders.)
Public propertyItem (Inherited from ISaleStakeholders.)
Top
Methods
  NameDescription
Public method_Clear
Remove all the elements in the collection
(Inherited from ISaleStakeholders.)
Public method_Remove
Remove an item by id
(Inherited from ISaleStakeholders.)
Public methodExists
Returns true if the given item exists in the collection
(Inherited from ISaleStakeholders.)
Public methodGetEnumerator (Inherited from ISaleStakeholders.)
Top
See Also