C# Class EnterpriseWebLibrary.EnterpriseWebFramework.TailUpdateRegion

Afficher le fichier Open project: enduracode/enterprise-web-library

Méthodes publiques

Méthode 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 méthode

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.
Résultat System.Collections.Generic