Class Notification
Класс реализует модель уведомления в центре.
Inheritance
System.Object
Notification
Implements
Namespace: Lers.Models
Assembly: Lers.Models.dll
Syntax
public class Notification : object, IUniqueObject
Properties
DateTime
Дата и время.
Declaration
public DateTime DateTime { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
EquipmentId
Идентификатор оборудования, к которому относится уведомление.
Declaration
public int? EquipmentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
ExpiredDate
Дата истечения уведомления.
Declaration
public DateTime? ExpiredDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<DateTime> |
Id
Уникальный идентификатор.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Importance
Важность.
Declaration
public Importance Importance { get; set; }
Property Value
Type | Description |
---|---|
Importance |
IncidentId
Идентификатор НС, к которой относится уведомление.
Declaration
public int? IncidentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
MeasurePointId
Точка учёта, с которой связано уведомление.
Declaration
public int? MeasurePointId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Message
Текст уведомления.
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NodeJobId
Идентификатор работы, к которой относится уведомление.
Declaration
public int? NodeJobId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
TaskId
Задание (автоформирования отчётов), с которым связано уведомление.
Declaration
public int? TaskId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Type
Тип уведомления.
Declaration
public NotificationType Type { get; set; }
Property Value
Type | Description |
---|---|
NotificationType |
Url
Ссылка на новость.
Declaration
public string? Url { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.String> |