adTempus API
ArcanaDevelopment.adTempus.Client.Collections Namespace / AlertNotificationRuleCollection Class
Members


In This Topic
    AlertNotificationRuleCollection Class
    In This Topic
    Object Model
    AlertNotificationRuleCollection ClassAlertNotificationRule Class
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    Public NotInheritable Class AlertNotificationRuleCollection 
       Inherits ArcanaDevelopment.adTempus.Client.Collections.ADTObjectCollectionT(Of AlertNotificationRule)
    [DefaultMember("Item")]
    public ref class AlertNotificationRuleCollection sealed : public ArcanaDevelopment.adTempus.Client.Collections.ADTObjectCollectionT<AlertNotificationRule> 
    Inheritance Hierarchy

    System.Object
       ArcanaDevelopment.adTempus.Client.Collections.ObjectCollectionT<T>
          ArcanaDevelopment.adTempus.Client.Collections.ADTObjectCollectionT<T>
             ArcanaDevelopment.adTempus.Client.Collections.AlertNotificationRuleCollection

    See Also