Class ChangeStatistics
- Namespace
- Dynamic
Data .Diagnostics
- Assembly
- DynamicData.dll
Object used to capture accumulated changes.
- Inheritance
-
Change
Statistics
- Implements
- Extension Methods
Constructors
ChangeStatistics()
Initializes a new instance of the Change
ChangeStatistics(int, int, int, int, int, int, int)
Initializes a new instance of the Change
public ChangeStatistics(int index, int adds, int updates, int removes, int refreshes, int moves, int count)
Parameters
indexintThe index of the change.
addsintThe number of additions.
updatesintThe number of updates.
removesintThe number of removals.
refreshesintThe number of refreshes.
movesintThe number of moves.
countintThe new count.
Properties
Adds
Gets the adds.
Property Value
- int
The adds.
Count
Gets the count.
Property Value
- int
The count.
Index
Gets the index.
Property Value
- int
The index.
LastUpdated
Gets the last updated.
Property Value
- Date
Time The last updated.
Moves
Gets the moves.
Property Value
- int
The moves.
Refreshes
Gets the refreshes.
Property Value
- int
The refreshes.
Removes
Gets the removes.
Property Value
- int
The removes.
Updates
Gets the updates.
Property Value
- int
The updates.
Methods
Equals(ChangeStatistics?)
Parameters
otherChangeStatistics
Returns
Equals(object?)
Parameters
objobject
Returns
GetHashCode()
Returns
ToString()
Returns
Operators
operator ==(ChangeStatistics, ChangeStatistics)
Checks to see if both sides are equal.
Parameters
leftChangeStatistics The left side to compare.
rightChangeStatistics The right side to compare.
Returns
- bool
If the two sides are equal.
operator !=(ChangeStatistics, ChangeStatistics)
Checks to see if both sides are not equal.
Parameters
leftChangeStatistics The left side to compare.
rightChangeStatistics The right side to compare.
Returns
- bool
If the two sides are not equal.