Class SystemParametersStorageDataTime
- Namespace
- Lers.Administration
- Assembly
- Lers.System.dll
Системные параметры хранения данных в базе данных.
public class SystemParametersStorageDataTime
- Inheritance
-
SystemParametersStorageDataTime
- Inherited Members
- Extension Methods
Constructors
SystemParametersStorageDataTime()
Инициализирует новый экземпляр SystemParametersStorageDataTime.
public SystemParametersStorageDataTime()
Properties
Current
Срок хранения текущих данных (в сутках).
public short Current { get; set; }
Property Value
Day
Срок хранения суточных данных (в месяцах).
public byte Day { get; set; }
Property Value
Hour
Срок хранения часовых данных (в месяцах).
public byte Hour { get; set; }
Property Value
Month
Срок хранения месячных данных (в месяцах).
public byte Month { get; set; }