Show / Hide Table of Contents

Class VersionedEntityDto

Объект с версией и временной меткой.

Inheritance
VersionedEntityDto
CalculationCacheDto
FullCalculationCacheDto
GetFullCalculationCacheRequestDto
GetLightCalculationCacheRequestDto
Namespace: Trivium.CalcManagerDto.Models
Assembly: Trivium.CalcManagerDto.dll
Syntax
public class VersionedEntityDto

Fields

LatestVersion

Константа для обозначения последней актуальной версии.

Declaration
public const int LatestVersion = -1
Field Value
Type Description
System.Int32

Properties

int Version
Номер версии кэша.
DateTime VersionStamp
Временная метка версии кэша.
Back to top Generated by DocFX