 | 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)
Syntaxprotected abstract void UpdateItemsPreFilling(
List<E> items
)
Protected MustOverride Sub UpdateItemsPreFilling (
items As List(Of E)
)
Parameters
- items
- Type: System.Collections.GenericListE
See Also