Click or drag to resize

SONumbers Interface

INumbers Interface - get/set number sequences

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

The SONumbers type exposes the following members.

Properties
  NameDescription
Public propertyIsActive (Inherited from INumbers.)
Public propertyValue (Inherited from INumbers.)
Top
Methods
  NameDescription
Public methodCode exampleAdd
Add - creates a new counter for a field. e.g: Add('contact.number2') Creates a new counter for a field. e.g: Add('contact.number2'). The example with add a counter to one of the fields created in the SODictionarySDK examples.
(Inherited from INumbers.)
Public methodCode exampleGetNext
GetNext - allocates one number in the sequence for the given field Allocates one number in the sequence for the given field
(Inherited from INumbers.)
Public methodCode exampleRemove
Remove - removes a counter from a field Removes a counter from a field, if you later decide to add a counter to this field again the counter will start from the beginning. The example with remove the added counter from one of the fields created in the SODictionarySDK examples.
(Inherited from INumbers.)
Top
See Also