Table of Contents

Class SystemParametersStorageDataTime

Namespace
Lers.Models
Assembly
Lers.Models.dll

Системные параметры хранения данных в базе данных.

public class SystemParametersStorageDataTime
Inheritance
SystemParametersStorageDataTime
Inherited Members
Extension Methods

Properties

Current

Срок хранения текущих данных (в сутках).

[Range(0, 10000)]
public short Current { get; set; }

Property Value

short

Day

Срок хранения суточных данных (в месяцах).

[Range(0, 240)]
public byte Day { get; set; }

Property Value

byte

Hour

Срок хранения часовых данных (в месяцах).

[Range(0, 240)]
public byte Hour { get; set; }

Property Value

byte

Month

Срок хранения месячных данных (в месяцах).

[Range(0, 10000)]
public byte Month { get; set; }

Property Value

byte