Condition2 Class |
Namespace: Telogis.API
The Condition2 type exposes the following members.
Name | Description | |
---|---|---|
Aggressive |
Indicates whether to trigger this alert aggressively. Aggressive alerts trigger as soon as the TimeToTrigger elapses, regardless of whether another report comes in confirming that the exception is still occurring.
| |
CategoryID |
The ID of the category that this condition applies to, if any.
| |
ConditionType |
(read only) The type of condition. Some examples include IdleCondition, MaintenanceCondition and SpeedCondition.
| |
EmailAddress |
The email address to send alert notifications to.
| |
EmailEnabled |
Indicates whether this condition can generate emails.
| |
EmailFromAddress |
(read only) The email address from which alert notifications are sent.
| |
EmailMessage |
The message to send in email notifications.
| |
EmailOnClose |
Indicates whether to send an email notification when an alert is turned off.
| |
EmailOnTrigger |
Indicates whether to send an email notification when an alert is triggered.
| |
GraceDays |
(read only) For alerts related to Driver Licenses and Driver Insurance, specifies the number of days before the expiration date that the alert triggers.
| |
GraceMiles |
(read only) For alerts related to the vehicle�s Maintenance Condition, specifies the number of miles before the vehicle maintenance is due that the alert triggers.
| |
GroupType |
(read only) Specifies the type of item to which ItemGuid or ItemID refers. The item field that is used depends on the type of ID used by the specified group type. The GroupType value is a single character that maps to a type of group. Values: "F" (Fleet), "T" (Team), "A" (Asset Type), "I" (Install Type), "J" (Territory), "K" (Job Type), "U" (Unit), and "D" (Driver).
| |
ID |
(read only) The ID of the condition.
| |
ItemGuid |
(read only) A GUID identifier for an item associated with the condition. The type of item is based on the specified GroupType. ItemGuid is used for the following group types: Territory and Job Type.
| |
ItemID |
(read only) An Int32 identifier for an item associated with the condition. The type of item is based on the specified GroupType. ItemID is used for the following group types: Fleet, Team, Asset Type, Install Type, Unit, and Driver.
| |
MarkerID |
(read only) The ID of the marker that this condition applies to, if any.
| |
RangeMax |
(read only) For Analog inputs, specifies the upper range value.
| |
RangeMin |
(read only) For Analog inputs, specifies the lower range value.
| |
ScheduleInverted |
An array indicating whether to trigger an alert when outside the time range specified by ScheduleStart and ScheduleEnd. Each day of the week is represented by an entry in the array, with Sunday being the first day of the week.
| |
ScheduleStart |
An array indicating the start of the times of day that this condition applies. Each day of the week is represented by an entry in the array, with Sunday being the first day of the week.
| |
ScheduleStop |
An array indicating the end of the times of day that this condition applies. Each day of the week is represented by an entry in the array, with Sunday being the first day of the week.
| |
Severity |
The severity of this condition. Valid values are: Normal, Major or Critical.
| |
SeverityColor |
The color to use in the InSight Alerts UI when displaying alerts generated by this condition.
| |
Tag |
The tags that this condition applies to, if applicable.
| |
TimeToTrigger |
The minimum amount of time that the condition must be on before an alert is triggered.
| |
ZoneType |
(read only) The type of zone that this condition applies to, if any. Valid values are: County, State, City or Zip.
| |
ZoneValue |
(read only) The name of the zone that this condition applies to, if any.
|