| TriggerManager Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: PsrApi.Managers
 Syntax
Syntaxpublic class TriggerManager : BaseManager
The TriggerManager type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | DataHasTriggerConfig | 
                Returns trigger configuration information for the object with the given ID.
             | 
|  | Equals | (Inherited from Object.) | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetTriggerAlertAdditionalDatas | 
                Returns a list of additional datas that could be connected to the alert with the given ID.
             | 
|  | GetTriggerAlerts | 
                Returns a list of trigger alerts that match the given filter.
             | 
|  | GetTriggerConfigList | 
                Returns the trigger configuration for the object with the given ID.
             | 
|  | GetTriggerCount | 
                Returns the number of triggers that match the given filter.
             | 
|  | GetTriggerListFilter | 
                Returns the list filter to filter triggers.
             | 
|  | GetTriggerObjektConfiglist | 
                Returns the trigger configurations for the objects in the organisation unit with the given ID.
             | 
|  | GetType | (Inherited from Object.) | 
|  | RemoveNotifyDataTriggerConfig | 
                Deletes the trigger on the object with the given ID for the current user.
             | 
|  | RemoveNotifyOuTriggerConfig | 
                Deletes the trigger on the objects of the given type in the organisation unit with the given ID.
             | 
|  | SetNotifyDataTriggerConfig | 
                Sets a trigger on the object with the given ID for the current user.
             | 
|  | SetNotifyOuTriggerConfig | 
                Sets a trigger on the objects of the given type in the organisation unit with the given ID.
             | 
|  | SetNotifyTriggerAlertsRead | 
                Set the read flag of the notifications with the given IDs.
             | 
|  | ToString | (Inherited from Object.) | 
 See Also
See Also