Table of Contents

Class MeasurePointServicingStatusState

Namespace
Lers.Core
Assembly
Lers.System.dll

Информация о состоянии точек учёта на основе режиме обслуживания.

public class MeasurePointServicingStatusState
Inheritance
MeasurePointServicingStatusState
Inherited Members
Extension Methods

Properties

MeasurePointCount

Количество точек учёта в данном режиме обслуживания.

public int MeasurePointCount { get; }

Property Value

int

MeasurePointTitle

Наименование точки учёта, находящейся в данном режиме обслуживания. Будет заполнено, только если MeasurePointCount = 1.

public string MeasurePointTitle { get; }

Property Value

string

ServicingStatus

Режим обслуживания.

public ServicingStatus ServicingStatus { get; }

Property Value

ServicingStatus