Click or drag to resize
EscalationRule Class
Escalation List defines rules for sending out emergency alerts; it controls what people receive these alerts, and at which point in time. Technically, Escalation List is a Generic Child; Escalation List collection can be attached to either Work Zone of Portfolio. Escalation list for Work Zone or Portfolio can be empty (i.e.may contain no items).
Inheritance Hierarchy
SystemObject
  CorrigoService.EntitiesCorrigoEntity
    CorrigoServiceCorrigoEntityWithOptimisticLock
      CorrigoService.EntitiesPortfolioChildCorrigoEntity
        CorrigoService.EntitiesEscalationRule

Namespace: CorrigoService.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class EscalationRule : PortfolioChildCorrigoEntity

The EscalationRule type exposes the following members.

Properties
  NameDescription
Public propertyNotifyAfter
Number of minutes since alert inception after which particular Employee may start receiving notifications. Supported values are 0 – 999.
Public propertyUserId
Reference to parent object
Top
See Also