Skip to content

Latest commit

 

History

History
63 lines (46 loc) · 2.53 KB

T_EgonsoftHU_Extensions_Bcl_ItemsChangeResult_2.md

File metadata and controls

63 lines (46 loc) · 2.53 KB

ItemsChangeResult<TIncoming, TExisting> Class

Represents the difference between two sets of items as groups of new, existing and removed items.

Definition

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))
InheritanceObject → ItemsChangeResult(TIncoming, TExisting)
ImplementsIEquatable(ItemsChangeResult(TIncoming, TExisting))

Type Parameters

The type of the incoming items.
The type of the existing items.

Constructors

ItemsChangeResult(TIncoming, TExisting) Represents the difference between two sets of items as groups of new, existing and removed items.

Properties

ItemsToAdd Incoming items to add.
ItemsToRemove Existing items to be removed.
ItemsToUpdate Incoming items based on which to update existing items.

Methods

GetType Gets the Type of the current instance.
(Inherited from Object)

See Also

Reference

EgonsoftHU.Extensions.Bcl Namespace