Version 4.0

HomeHOME
  • API.V4.DataWrappers.ScheduledAlert Object Reference

    Class that all Scheduled Alert types are derived from.

    The following classes are derived from this class:

    • API.V4.DataWrappers.Schedule_Run_Once
    • API.V4.DataWrappers.Schedule_x_Day_Of_Month
    • API.V4.DataWrappers.Schedule_Daily
    • API.V4.DataWrappers.Schedule_Nth_Weekday_Of_Month
    • API.V4.DataWrappers.Schedule_Last_Weekday_Of_Month
    FieldTypeDescription
    CreateStamp System.DateTime when this schedule was created
    ChangeStamp System.DateTime Last time this schedule changed
    CreatedByUser System.String The user who created this schedule
    ChangedByUser System.String Last user to change this schedule
    LastRunDate System.DateTime The last time that this schedule launched an alert
    IsActive System.Boolean True if this item is active
    ScheduleCode System.Int32 Unique id of this scheduled item
    ScheduleType SwiftReach.Swift911.Core.Notification.SCHEDULETYPES The type of scheduling profiles
    TaskDateTime System.String The date and time (in Eastern time) that this task is scheduled to run.
    TaskName System.String Name describing this scheduled notification
    Description System.String description of what this notification's purpose is
    ContactLists System.Collections.Generic.List`1[System.Int32] The unique numerical codes identifying the contact lists of recipients for this notification
    VoiceCode System.Int32 The unique numerical code identifying the voice message that will be sent with this notification
    FaxCode System.Int32 The unique numerical code identifying the fax message that will be sent with this notification
    EmailCode System.Int32 The unique numerical code identifying the email message that will be sent with this notification
    SMSCode System.Int32 The unique numerical code identifying the sms message that will be sent with this notification
    PagerCode System.Int32 The unique numerical code identifying the pager message that will be sent with this notification
    HotlinePhone System.String Hot-Line Phone number to which we will syndicate (empty if none)
    HotlineSettings SwiftReach.Swift911.Core.Hotline.Hotline_Configuration_Base Hot-Line configuration settings for syndications (or null if none)