PsrNotifyTriggerAlert Class |
Namespace: PsrApi.Data
public class PsrNotifyTriggerAlert
The PsrNotifyTriggerAlert type exposes the following members.
| Name | Description | |
|---|---|---|
| PsrNotifyTriggerAlert | Initializes a new instance of the PsrNotifyTriggerAlert class |
| 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)
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |