Class AccountNode
Параметры доступа учетной записи к объекту учета.
public class AccountNode
- Inheritance
-
AccountNode
- Inherited Members
- Extension Methods
Constructors
AccountNode()
Конструктор.
public AccountNode()
AccountNode(int, SystemType?)
Конструктор.
public AccountNode(int nodeId, SystemType? systemTypeFlags)
Parameters
nodeId
intsystemTypeFlags
SystemType?
Properties
AllowedSystemTypes
Список разрешенных инженерных систем в виде флагов.
public SystemType[]? AllowedSystemTypes { get; set; }
Property Value
MeasurePointCheckAccessMode
Режим проверки доступа к точкам учета.
public MeasurePointCheckAccessMode MeasurePointCheckAccessMode { get; set; }
Property Value
NodeId
Идентификатор объекта учета.
public int NodeId { get; set; }