C# Класс EnterpriseWebLibrary.EnterpriseWebFramework.ItemInsertionUpdateRegion

Показать файл Открыть проект

Открытые методы

Метод Описание
ItemInsertionUpdateRegion ( IEnumerable sets, Func newItemIdGetter ) : System

Creates an item-insertion update region.

Описание методов

ItemInsertionUpdateRegion() публичный Метод

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).
Результат System