Click or drag to resize

IStatusMonitorValue Interface

The status monitor value tells you how up to date a status monitor is with respect to the Contact or Project it is attached to..

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

The IStatusMonitorValue type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleDefinition
The Status Monitor definition.
Public propertyCode exampleId
The primary key for this value record.
Public propertyCode exampleIsDirty
Does the status monitor need to be re-calculated? This value can be set if new appointments are created, or the contact or project is updated.
Public propertyCode exampleIsSignalled
Is the status monitor active? i.e. does the contact or project match the criteria defined for the status monitor?
Public propertyCode exampleOwnerTable
Table that this value is linked to
Public propertyCode exampleRecordId
Record id that the this value is linked to
Top
See Also