Table of Contents

Class NodeSuppliersInformation

Namespace
Lers.Core
Assembly
Lers.System.dll

Содержит инофрмацию об ресурсоснабжающих организациях (РСО) на объекте учета.

public class NodeSuppliersInformation
Inheritance
NodeSuppliersInformation
Inherited Members
Extension Methods

Properties

ColdWater

Возвращает РСО для холодной воды.

public NodeSupplier ColdWater { get; }

Property Value

NodeSupplier

Electricity

Возвращает РСО для электричества.

public NodeSupplier Electricity { get; }

Property Value

NodeSupplier

Gas

Возвращает РСО для газа.

public NodeSupplier Gas { get; }

Property Value

NodeSupplier

Heat

Возвращает РСО для теплоснабжения.

public NodeSupplier Heat { get; }

Property Value

NodeSupplier

HotWater

Возвращает РСО для горячей воды.

public NodeSupplier HotWater { get; }

Property Value

NodeSupplier

this[SystemType]

Определение индексатора для возможности обращения к элементам класса через [].

public NodeSupplier this[SystemType type] { get; }

Parameters

type SystemType

Тип инженерной системы снабжения.

Property Value

NodeSupplier

Поставщик ресурса для инженерной системы снабжения.

Sewage

Возвращает РСО для водоотведения.

public NodeSupplier Sewage { get; }

Property Value

NodeSupplier

Steam

Возвращает РСО для пара.

public NodeSupplier Steam { get; }

Property Value

NodeSupplier

Methods

GetNodeSupplier(SystemType)

Возвращает РСО для указанной системы.

public NodeSupplier GetNodeSupplier(SystemType systemType)

Parameters

systemType SystemType

Тип системы.

Returns

NodeSupplier

Экземпляр NodeSupplier.

Exceptions

ArgumentException

Тип системы задан неверно.