adTempus API
ArcanaDevelopment.adTempus.Client Namespace / NotificationGroupMember Class
Members


In This Topic
    NotificationGroupMember Class
    In This Topic
    Represents a member of a NotificationGroup
    Object Model
    NotificationGroupMember ClassDataContext ClassOID ClassADTObject ClassNotificationRecipient ClassEffectiveScheduleCollection ClassEffectiveSchedule Class
    Syntax
    'Declaration
     
    
    Public NotInheritable Class NotificationGroupMember 
       Inherits ADTObject
    public sealed class NotificationGroupMember : ADTObject 
    public ref class NotificationGroupMember sealed : public ADTObject 
    Remarks

    Severity

    Each notification message sent by adTempus is assigned a Severity that can be used to filter the recipients and addresses that receive the message (see the user guide for more information). If this recipient/address should only be used for certain severity levels, set the UseForSeverityComparison and UseForSeverity values as appropriate. To use the recipient/address for all messages, set UseForSeverityComparison to ArcanaDevelopment.adTempus.Shared.ComparisonOperator.Unspecified (the default) to not use severity filtering.

    Messages that do not meet the security rules are not sent to this recipient/address.

    Effective Schedules

    The EffectiveSchedules allows you to specify days and times when this address should be used. When configured, messages sent outside the defined schedule(s) are not sent to this recipient/address.

    To use Effective Schedules, set UseSchedules to true and add the appropriate schedules to EffectiveSchedules.

    The ScheduleOverrideComparison and ScheduleOverrideSeverity work like UseForSeverityComparison and UseForSeverity, except that messages that meet these severity criteria ignore the Effective Schedules and are always sent.

    Inheritance Hierarchy

    System.Object
       ArcanaDevelopment.adTempus.Client.ObjectBase
          ArcanaDevelopment.adTempus.Client.ADTObject
             ArcanaDevelopment.adTempus.Client.NotificationGroupMember

    See Also