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.Application
Assembly:  SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntax
public interface IStatusMonitorValue

The IStatusMonitorValue type exposes the following members.

Properties
  NameDescription
Public propertyDefinition
The Status Monitor definition.
Public propertyId
The primary key for this value record.
Public propertyIsDirty
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 propertyIsSignalled
Is the status monitor active? i.e. does the contact or project match the criteria defined for the status monitor?
Public propertyOwnerTable
Table that this value is linked to
Public propertyRecordId
Record id that the this value is linked to
Top
See Also