Table of Contents

Class MonthContractConsumption

Namespace
Lers.Models
Assembly
Lers.Models.dll

Месячное договорное потребление

public class MonthContractConsumption
Inheritance
MonthContractConsumption
Inherited Members
Extension Methods

Properties

Apr

Значение на апрель

public float? Apr { get; set; }

Property Value

float?

Aug

Значение на август

public float? Aug { get; set; }

Property Value

float?

ContractDataParameter

Договорной параметр потребления

[Column("DataParameterId")]
public DataParameter ContractDataParameter { get; set; }

Property Value

DataParameter

Dec

Значение на декабрь

public float? Dec { get; set; }

Property Value

float?

Feb

Значение на февраль

public float? Feb { get; set; }

Property Value

float?

Jan

Значение на январь

public float? Jan { get; set; }

Property Value

float?

Jul

Значение на июль

public float? Jul { get; set; }

Property Value

float?

Jun

Значение на июнь

public float? Jun { get; set; }

Property Value

float?

Mar

Значение на март

public float? Mar { get; set; }

Property Value

float?

May

Значение на май

public float? May { get; set; }

Property Value

float?

Nov

Значение на ноябрь

public float? Nov { get; set; }

Property Value

float?

Oct

Значение на октябрь

public float? Oct { get; set; }

Property Value

float?

Sep

Значение на сентябрь

public float? Sep { get; set; }

Property Value

float?

Year

Год

[Range(2000, 2200)]
public int Year { get; set; }

Property Value

int

Methods

GetMonthValue(int)

Получает месячное значение

public float? GetMonthValue(int month)

Parameters

month int

Месяц

Returns

float?

Значение за месяц