Table of Contents

Class NodeSeason

Namespace
Lers.Models
Assembly
Lers.Models.dll

Режим работы объекта учета.

public class NodeSeason
Inheritance
NodeSeason
Inherited Members
Extension Methods

Properties

IsHeatingSeason

Признак зимнего режима.

public bool IsHeatingSeason { get; set; }

Property Value

bool

Season

Режим работы (зимний или летний).

public Season Season { get; }

Property Value

Season

StartDate

Дата и время изменения режима.

public DateTime StartDate { get; set; }

Property Value

DateTime