Table of Contents

Class AccountNode

Namespace
Lers.Models
Assembly
Lers.Models.dll

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

public class AccountNode
Inheritance
AccountNode
Inherited Members
Extension Methods

Properties

AllowedSystemTypes

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

[Column(TypeName = "int")]
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