Table of Contents

Class CurrentConsumptionDataRead

Namespace
Lers.Data
Assembly
Lers.Models.dll

Считанные данные с текущим потреблением по точке учёта

public class CurrentConsumptionDataRead
Inheritance
CurrentConsumptionDataRead
Inherited Members
Extension Methods

Properties

Consumption

Считанные данные с текущим потреблением.

public MeasurePointDataConsumptionRecord Consumption { get; set; }

Property Value

MeasurePointDataConsumptionRecord

MeasurePointId

Идентификатор точки учета.

public int MeasurePointId { get; set; }

Property Value

int