Click or drag to resize
AlertScope Class
Alert Scope
Inheritance Hierarchy
SystemObject
  CorrigoService.EntitiesCorrigoEntity
    CorrigoServiceCorrigoEntityWithOptimisticLock
      CorrigoService.EntitiesAlertScope

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

The AlertScope type exposes the following members.

Properties
  NameDescription
Public propertyAlertTypeId
Alert Type. One of AlertType enumeration members; only Employee alerts are allowed.
Public propertyScopeId
Defines Work Zone or Portfolio for which subscription is configured.
Public propertyScopeTypeId
Defines Work Zone or Portfolio for which subscription is configured. Supported values for ScopeTypeID are only ActorType.Property and ActorType.Portfolio.
Public propertyUserId
Employee/technician ID.
Top
See Also