Class NotificationTypeParameters
- Namespace
- Lers.Administration
- Assembly
- Lers.System.dll
Параметры уведомления определённого типа.
public class NotificationTypeParameters
- Inheritance
-
NotificationTypeParameters
- Inherited Members
- Extension Methods
Constructors
NotificationTypeParameters()
Создаёт новый экземпляр объекта.
public NotificationTypeParameters()
Properties
IncidentTypes
Типы нештатных ситуаций, по которым нужно выводить уведомления
public IncidentType[] IncidentTypes { get; set; }
Property Value
JobTypes
Идентификаторов типов работ, по которым нужно выводить уведомления.
public int[] JobTypes { get; set; }
Property Value
- int[]
Method
Метод отправки уведомлений
public NotificationMethod Method { get; set; }
Property Value
NodeIds
Объекты учёта, для которых будет выдаваться уведомление
public int[] NodeIds { get; set; }
Property Value
- int[]
Type
Тип уведомления
public NotificationType Type { get; set; }