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


In This Topic
    NotificationGroup Class
    In This Topic
    Object Model
    NotificationGroup ClassDataContext ClassNotificationGroupMemberCollection ClassNotificationGroupMember ClassOID ClassADTObject Class
    Syntax
    'Declaration
     
    
    Public NotInheritable Class NotificationGroup 
       Inherits NotificationRecipient
    public sealed class NotificationGroup : NotificationRecipient 
    public ref class NotificationGroup sealed : public NotificationRecipient 
    Remarks

    The Members collection defines the members of the group, with optional rules for when each member should receive messages sent to the group

    Inheritance Hierarchy

    System.Object
       ArcanaDevelopment.adTempus.Client.ObjectBase
          ArcanaDevelopment.adTempus.Client.ADTObject
             ArcanaDevelopment.adTempus.Client.ADTIndependentObject
                ArcanaDevelopment.adTempus.Client.NotificationRecipient
                   ArcanaDevelopment.adTempus.Client.NotificationGroup

    See Also