Class DistinctChangeSetAggregator<TValue>
- Namespace
- Dynamic
Data .Tests
- Assembly
- DynamicData.dll
Aggregates all events and statistics for a distinct change set to help assertions when testing.
Type Parameters
TValue
The type of the value.
- Inheritance
-
DistinctChangeSetAggregator<TValue>
- Implements
- Extension Methods
Constructors
DistinctChangeSetAggregator(IObservable<IDistinctChangeSet<TValue>>)
Initializes a new instance of the DistinctChangeSetAggregator<TValue> class.
Parameters
source
IObservable<IDistinctChange <TValue>>Set The source.
Properties
Data
Gets the data.
Property Value
- IObservable
Cache <TValue, TValue>
Error
Gets the error.
Property Value
- Exception
The error.
Messages
Gets the messages.
Property Value
- IList<IChange
Set <TValue, TValue>>
Summary
Gets the summary.
Property Value
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Dispose(bool)
Disposes of managed and unmanaged responses.
Parameters
isDisposing
boolIf being called by the Dispose method.