Class ChangeSummary
- Namespace
- DynamicData.Diagnostics
- Assembly
- DynamicData.dll
Accumulates change statics.
public class ChangeSummary
- Inheritance
-
ChangeSummary
Constructors
ChangeSummary(int, ChangeStatistics, ChangeStatistics)
Initializes a new instance of the ChangeSummary class.
public ChangeSummary(int index, ChangeStatistics latest, ChangeStatistics overall)
Parameters
index
intThe index of the change.
latest
ChangeStatisticsThe latest statistics.
overall
ChangeStatisticsThe overall statistics.
Fields
Empty
An empty instance of change summary.
public static readonly ChangeSummary Empty
Field Value
Properties
Latest
Gets the latest change.
public ChangeStatistics Latest { get; }
Property Value
- ChangeStatistics
The latest.
Overall
Gets the overall change count.
public ChangeStatistics Overall { get; }
Property Value
- ChangeStatistics
The overall.
Methods
Equals(object?)
public override bool Equals(object? obj)
Parameters
obj
object
Returns
GetHashCode()
public override int GetHashCode()
Returns
ToString()
public override string ToString()