Table of Contents

Class TrusteeAllowedNodeGroup

Namespace
Lers.Models
Assembly
Lers.Models.dll

Разрешённая объекту безопасности группа объектов.

public class TrusteeAllowedNodeGroup
Inheritance
TrusteeAllowedNodeGroup
Inherited Members
Extension Methods

Constructors

TrusteeAllowedNodeGroup()

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

public TrusteeAllowedNodeGroup()

TrusteeAllowedNodeGroup(int, SystemType?)

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

public TrusteeAllowedNodeGroup(int nodeGroupId, SystemType? allowedSystems)

Parameters

nodeGroupId int
allowedSystems SystemType?

Properties

AllowedSystems

Типы систем точек учёта, которые будут доступны внутри этой группы.

public SystemType? AllowedSystems { get; set; }

Property Value

SystemType?

CommunalMeasurePointsAllowed

Отмечает предоставление доступа к квартирным точкам учёта.

public bool CommunalMeasurePointsAllowed { get; set; }

Property Value

bool

NodeGroupId

Идентификатор группы объектов.

public int NodeGroupId { get; set; }

Property Value

int