Click or drag to resize

CrisisAlert Class

This class represents the details about the crisis alert raised in the system.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesCrisisAlert

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public class CrisisAlert

The CrisisAlert type exposes the following members.

Properties
  NameDescription
Public propertyFeatureType
The feature type associated with the crisis alert.
Public propertyStartDateTime
Represents date and time when the crisis alert is raised.
Public propertyStatus
The status of the feature (on or off).
Public propertyUserBuilding
Represents building of the user who initiated the crisis alert.
Public propertyUserExtension
Represents extension of the user who initiated the crisis alert.
Public propertyUserFloor
Represents floor of the user who initiated the crisis alert.
Public propertyUserLocation
Represents location of the user who initiated the crisis alert.
Public propertyUserName
Represents name of the user who initiated the crisis alert.
Public propertyUserRoom
Represents room of the user who initiated the crisis alert.
Top
See Also