| PsrNotifyTriggerAlert Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: PsrApi.Data
 Syntax
Syntaxpublic class PsrNotifyTriggerAlert
The PsrNotifyTriggerAlert type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | PsrNotifyTriggerAlert | Initializes a new instance of the PsrNotifyTriggerAlert class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | __type | 
                Internally used, never change this value.
             | 
|  | DataId | 
                ID of the object that triggered the notification.
             | 
|  | DataName | 
                Name of the object that triggered the notification.
             | 
|  | DataType | 
                Type of the object that triggered the notification.
             | 
|  | Id | 
                ID
             | 
|  | Info | 
                Additional information.
             | 
|  | NotifyTriggerConfig | 
                The notification configuration.
             | 
|  | NotifyTriggerConfigId | 
                ID of the notification configuration.
             | 
|  | OrganisationUnit | 
                Organisation unit the notification belongs to.
             | 
|  | OrganisationUnitId | 
                ID of the organisation unit the notification belongs to.
             | 
|  | Read | 
                If the notification was already read by the organisation unit.
             | 
|  | SyncOperation | 
                Synchronisation State. Used to determine which operation to perform when synchronizing the data.
             | 
|  | TimeStampUtc | 
                Timestamp when the notification was triggered.
             | 
|  | TransactionId | 
                The Id of the transaction. Used to identify the object in results, even if its id has changed.
                Must be generated for sync operations.
             | 
|  | TriggerOrganisationUnit | 
                Organisation unit that triggered the notification.
             | 
|  | TriggerOrganisationUnitId | 
                ID of the organisation unit that triggered the notification.
             | 
|  | TriggerReason | 
                Why the notification was fired.
             | 
|  | TriggerType | 
                Type of the notification (info, warning, error)
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | (Inherited from Object.) | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetType | (Inherited from Object.) | 
|  | ToString | (Inherited from Object.) | 
 See Also
See Also