Click or drag to resize

TriggerManager Class

Contains methods to manipulate triggers.
Inheritance Hierarchy
SystemObject
  PsrApi.ManagersBaseManager
    PsrApi.ManagersTriggerManager

Namespace:  PsrApi.Managers
Assembly:  PsrApi (in PsrApi.dll) Version: 9.2.2.32703 (27.03.2025)+b9af25405a8dc67f2b73227b442cec4f08fd2d8a
Syntax
C#
public class TriggerManager : BaseManager

The TriggerManager type exposes the following members.

Methods
  NameDescription
Public methodDataHasTriggerConfig
Returns trigger configuration information for the object with the given ID.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetTriggerAlertAdditionalDatas
Returns a list of additional datas that could be connected to the alert with the given ID.
Public methodGetTriggerAlerts
Returns a list of trigger alerts that match the given filter.
Public methodGetTriggerConfigList
Returns the trigger configuration for the object with the given ID.
Public methodGetTriggerCount
Returns the number of triggers that match the given filter.
Public methodGetTriggerListFilter
Returns the list filter to filter triggers.
Public methodGetTriggerObjektConfiglist
Returns the trigger configurations for the objects in the organisation unit with the given ID.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemoveNotifyDataTriggerConfig
Deletes the trigger on the object with the given ID for the current user.
Public methodRemoveNotifyOuTriggerConfig
Deletes the trigger on the objects of the given type in the organisation unit with the given ID.
Public methodSetNotifyDataTriggerConfig
Sets a trigger on the object with the given ID for the current user.
Public methodSetNotifyOuTriggerConfig
Sets a trigger on the objects of the given type in the organisation unit with the given ID.
Public methodSetNotifyTriggerAlertsRead
Set the read flag of the notifications with the given IDs.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also