Class ChangeStatistics
- Namespace
- Dynamic
Data .Diagnostics
- Assembly
- DynamicData.dll
Object used to capture accumulated changes.
- Inheritance
-
Change
Statistics
- Implements
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
index
intThe index of the change.
adds
intThe number of additions.
updates
intThe number of updates.
removes
intThe number of removals.
refreshes
intThe number of refreshes.
moves
intThe number of moves.
count
intThe 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
other
ChangeStatistics
Returns
Equals(object?)
Parameters
obj
object
Returns
GetHashCode()
Returns
ToString()
Returns
Operators
operator ==(ChangeStatistics, ChangeStatistics)
Checks to see if both sides are equal.
Parameters
left
ChangeStatistics The left side to compare.
right
ChangeStatistics 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
left
ChangeStatistics The left side to compare.
right
ChangeStatistics The right side to compare.
Returns
- bool
If the two sides are not equal.