Click or drag to resize

GenericExportHandlerT, E, IUpdateItemsPreFilling Method

Do possible queries to target systems to map the items etc. Supports setting field and bom field values, colors and everything even before the actual list view items are added to the list.

Namespace:  CTExtensions.ExportCore.ExportHandler
Assembly:  CTInterface (in CTInterface.dll)
Syntax
protected abstract void UpdateItemsPreFilling(
	List<E> items
)

Parameters

items
Type: System.Collections.GenericListE
See Also