C# Class EnterpriseWebLibrary.EnterpriseWebFramework.TailUpdateRegion

Datei anzeigen Open project: enduracode/enterprise-web-library

Public Methods

Method Description
TailUpdateRegion ( IEnumerable sets, int updatingItemCount ) : System.Collections.Generic

Creates a tail update region, which you can use to append items to a list/table, truncate a list/table, and/or modify the items at the end of a list/table.

Method Details

TailUpdateRegion() public method

Creates a tail update region, which you can use to append items to a list/table, truncate a list/table, and/or modify the items at the end of a list/table.
public TailUpdateRegion ( IEnumerable sets, int updatingItemCount ) : System.Collections.Generic
sets IEnumerable
updatingItemCount int Pass zero if you only want to append items.
return System.Collections.Generic