C# 클래스 EnterpriseWebLibrary.EnterpriseWebFramework.ItemInsertionUpdateRegion

파일 보기 프로젝트 열기: enduracode/enterprise-web-library

공개 메소드들

메소드 설명
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