Class AppNotificationInfo
Inheritance
AppNotificationInfo
Assembly: DataWeb.Core.dll
Syntax
public class AppNotificationInfo
Properties
Context
Declaration
public string Context { get; set; }
Property Value
Id
Declaration
public string Id { get; set; }
Property Value
IsRead
Declaration
public bool IsRead { get; set; }
Property Value
IsReadDisabled
Declaration
public bool IsReadDisabled { get; set; }
Property Value
NotificationDate
Declaration
public DateTimeOffset NotificationDate { get; set; }
Property Value
NotificationValues
Declaration
public List<AppNotificationValue> NotificationValues { get; set; }
Property Value
Type
Declaration
public string Type { get; set; }
Property Value