Table of Contents

Class CompressedHistory

Namespace
Core.Data
Assembly
Core.dll

Compressed history for medium-term storage

public class CompressedHistory
Inheritance
object
CompressedHistory

Constructors

CompressedHistory()

public CompressedHistory()

Properties

AverageDevelopment

public float AverageDevelopment { get; }

Property Value

float

EventCount

public int EventCount { get; }

Property Value

int

OwnershipChanges

public int OwnershipChanges { get; }

Property Value

int

Methods

AddEvent(HistoricalEvent)

public void AddEvent(HistoricalEvent evt)

Parameters

evt HistoricalEvent

ClearOldest(int)

public void ClearOldest(int count)

Parameters

count int