Class ChangeSetAggregator<TObject>
- Namespace
- Dynamic
Data .Tests
- Assembly
- DynamicData.dll
Aggregates all events and statistics for a change set to help assertions when testing.
Type Parameters
TObjectThe type of the object.
- Inheritance
-
ChangeSetAggregator<TObject>
- Implements
- Extension Methods
Constructors
ChangeSetAggregator(IObservable<IChangeSet<TObject>>)
Initializes a new instance of the ChangeSetAggregator<TObject> class.
Parameters
sourceIObservable<IChangeSet <TObject>>The source.
Properties
Data
Gets a clone of the data.
Property Value
- IObservable
List <TObject>
Exception
Gets or sets the exception.
Property Value
IsCompleted
Gets a value indicating whether the source stream emitted a completion.
Property Value
Messages
Gets all message received.
Property Value
- IList<IChange
Set <TObject>>
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Dispose(bool)
Disposes of managed and unmanaged resources.
Parameters
isDisposingboolIf the method is being called by the Dispose method.