Table of Contents

Class AccountNode

Namespace
Lers.Models
Assembly
Lers.Models.dll

Параметры доступа учетной записи к объекту учета.

public class AccountNode
Inheritance
AccountNode
Inherited Members
Extension Methods

Constructors

AccountNode()

Конструктор.

public AccountNode()

AccountNode(int, SystemType?)

Конструктор.

public AccountNode(int nodeId, SystemType? systemTypeFlags)

Parameters

nodeId int
systemTypeFlags SystemType?

Properties

AllowedSystemTypes

Список разрешенных инженерных систем в виде флагов.

public SystemType[]? AllowedSystemTypes { get; set; }

Property Value

SystemType[]

MeasurePointCheckAccessMode

Режим проверки доступа к точкам учета.

public MeasurePointCheckAccessMode MeasurePointCheckAccessMode { get; set; }

Property Value

MeasurePointCheckAccessMode

NodeId

Идентификатор объекта учета.

public int NodeId { get; set; }

Property Value

int