Represents the difference between two sets of items as groups of new, existing and removed items.
Namespace: EgonsoftHU.Extensions.Bcl
Assembly: EgonsoftHU.Extensions.Bcl (in EgonsoftHU.Extensions.Bcl.dll) Version: 3.0.1+8c729d04d0fcab10705485e5626d4fdebeaa818d
C#
public class ItemsChangeResult<TIncoming, TExisting> : IEquatable<ItemsChangeResult<TIncoming, TExisting>>
VB
Public Class ItemsChangeResult(Of TIncoming, TExisting)
Implements IEquatable(Of ItemsChangeResult(Of TIncoming, TExisting))
Inheritance | Object → ItemsChangeResult(TIncoming, TExisting) |
Implements | IEquatable(ItemsChangeResult(TIncoming, TExisting)) |
- The type of the incoming items.
- The type of the existing items.
ItemsChangeResult(TIncoming, TExisting) | Represents the difference between two sets of items as groups of new, existing and removed items. |
ItemsToAdd | Incoming items to add. |
ItemsToRemove | Existing items to be removed. |
ItemsToUpdate | Incoming items based on which to update existing items. |
GetType | Gets the Type of the current instance. (Inherited from Object) |