DeltaLister<TItem> class

namespace: Serenity.Data   assemblySerenity.Net.Data

Helper class to find differences between to 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