Interface IChangeSet
- Namespace
- DynamicData
- Assembly
- DynamicData.dll
Base interface representing a set of changes.
public interface IChangeSet
Properties
Adds
Gets the number of additions.
int Adds { get; }
Property Value
Capacity
Gets or sets the capacity of the change set.
int Capacity { get; set; }
Property Value
- int
The capacity.
Count
Gets the total update count.
int Count { get; }
Property Value
Moves
Gets the number of moves.
int Moves { get; }
Property Value
Refreshes
Gets the number of refreshes.
int Refreshes { get; }
Property Value
Removes
Gets the number of removes.
int Removes { get; }