Notification Class

Notification model class.

Definition

Namespace: Aliquo.Core.Models
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
[SerializableAttribute]
public class Notification : BindableCore
Inheritance
Object    BindableCore    Notification

Constructors

NotificationInitializes a new instance of the Notification class

Properties

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.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also