Class VirtualChangeSetAggregator<TObject, TKey>
- Namespace
- Dynamic
Data .Tests
- Assembly
- DynamicData.dll
Aggregates all events and statistics for a virtual change set to help assertions when testing.
public class VirtualChangeSetAggregator<TObject, TKey> : IDisposable where TObject : notnull where TKey : notnull
Type Parameters
TObject
The type of the object.
TKey
The type of the key.
- Inheritance
-
VirtualChangeSetAggregator<TObject, TKey>
- Implements
- Extension Methods
Constructors
VirtualChangeSetAggregator(IObservable<IVirtualChangeSet<TObject, TKey>>)
Initializes a new instance of the VirtualChangeSetAggregator<TObject, TKey> class.
Parameters
source
IObservable<IVirtualChange <TObject, TKey>>Set The source.
Properties
Data
Gets the data.
Property Value
- IObservable
Cache <TObject, TKey> The data.
Error
Gets the error.
Property Value
- Exception
The error.
Messages
Gets the messages.
Property Value
- IList<IVirtual
Change <TObject, TKey>>Set The messages.
Summary
Gets the summary.
Property Value
- Change
Summary The summary.
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.