Class ChangeSummary
- Namespace
- Dynamic
Data .Diagnostics
- Assembly
- DynamicData.dll
Accumulates change statics.
- Inheritance
-
Change
Summary
- Extension Methods
Constructors
ChangeSummary(int, ChangeStatistics, ChangeStatistics)
Initializes a new instance of the Change
Parameters
index
intThe index of the change.
latest
ChangeStatistics The latest statistics.
overall
ChangeStatistics The overall statistics.
Fields
Empty
An empty instance of change summary.
Field Value
Properties
Latest
Gets the latest change.
Property Value
- Change
Statistics The latest.
Overall
Gets the overall change count.
Property Value
- Change
Statistics The overall.
Methods
Equals(object?)
Parameters
obj
object