Table of Contents

Interface IChangeSet<TObject>

Namespace
DynamicData
Assembly
DynamicData.dll

A collection of changes.

Changes are always published in the order.

public interface IChangeSet<TObject> : IEnumerable<Change<TObject>>, IEnumerable, IChangeSet where TObject : notnull

Type Parameters

TObject

The type of the object.

Inherited Members
Extension Methods

Properties

Replaced

Gets the number of updates.

int Replaced { get; }

Property Value

int

TotalChanges

Gets the total count of items changed.

int TotalChanges { get; }

Property Value

int