Notification Class
Notification model class.
Namespace: Aliquo.Core.ModelsAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
[SerializableAttribute]
public class Notification : BindableCore
<SerializableAttribute>
Public Class Notification
Inherits BindableCore
- Inheritance
- Object BindableCore Notification
| Notification | Initializes a new instance of the Notification class |
| DateUTC |
UTC date and time for the notification.
|
| HideStyle |
Hide notification style.
|
| Id |
Notification identifier.
|
| Message |
Notification title.
|
| Reference |
Notification and synchronization reference.
|
| Status |
Notification status.
|
| Title |
Notification title.
|
| Type |
Notification type.
|