Skip to content

DeltaLister<TItem> class

namespace: Serenity.Data   assemblySerenity.Net.Services

Helper class to find differences between two lists for updating.

public class DeltaLister<TItem>
parameter description
TItem The type of the item.

Public Members

name description
DeltaLister(…) Initializes a new instance of the DeltaLister class.
ItemsToCreate { get; } Gets the items to create.
ItemsToDelete { get; } Gets the items to delete.
ItemsToUpdate { get; } Gets the items to update.

See Also