Click or drag to resize
AlertSubscription Class
Alert Subscription
Inheritance Hierarchy

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

The AlertSubscription type exposes the following members.

Properties
  NameDescription
Public propertyAlertTypeId
Alert Type. One of AlertType enumeration members; only Employee alerts are allowed.
Public propertyFullScopeSubscription
True means this subscription applies to all work zones from Technician’s scope.
Public propertySubscriptionScope
Alert Scope collection
Public propertyUserId
Employee/technician ID.
Top
See Also