C# Class EnterpriseWebLibrary.EnterpriseWebFramework.ItemInsertionUpdateRegion

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

Méthodes publiques

Méthode Description
ItemInsertionUpdateRegion ( IEnumerable sets, Func newItemIdGetter ) : System

Creates an item-insertion update region.

Method Details

ItemInsertionUpdateRegion() public méthode

Creates an item-insertion update region.
public ItemInsertionUpdateRegion ( IEnumerable sets, Func newItemIdGetter ) : System
sets IEnumerable
newItemIdGetter Func A method that executes after the data modification and returns the IDs of the new item(s).
Résultat System