Table of Contents

Class NotificationTypeModel

Namespace
Lers.Models
Assembly
Lers.Models.dll

Параметры уведомлений учётной записи

public class NotificationTypeModel
Inheritance
NotificationTypeModel
Inherited Members
Extension Methods

Constructors

NotificationTypeModel()

public NotificationTypeModel()

NotificationTypeModel(NotificationType)

public NotificationTypeModel(NotificationType type)

Parameters

type NotificationType

Properties

IncidentTypes

Типы НС, по которым должны отображаться уведомления

public IncidentType[] IncidentTypes { get; set; }

Property Value

IncidentType[]

Method

Способ уведомления

public NotificationMethod Method { get; set; }

Property Value

NotificationMethod

NodeJobTypes

Идентификаторы типов работ на объектах, по которым должны отображаться уведомления.

public int[] NodeJobTypes { get; set; }

Property Value

int[]

Nodes

Объекты учёта, по которым должно отображаться уведомление

public int[] Nodes { get; set; }

Property Value

int[]

Type

Тип уведомления

public NotificationType Type { get; set; }

Property Value

NotificationType