![]() | Generic |
The GenericExportHandlerT, E, I type exposes the following members.
Name | Description | |
---|---|---|
![]() | ContextMenuBOMModifiers | |
![]() | ConversionCheckboxes | |
![]() | CurrentExportCase | This this generic handles supports normal export, export in PDM and silent export, it's often important to know which case is the current one. |
![]() | ExportSucceeded | True if user implementation of Export(ListE) retuned true, or if implementation of SecondPhaseExport(ListE) returns true. |
![]() | ExtendedSettings | The base extension class, in case it supports extended settings. |
![]() | GeneralSetting_AttachMergedPDFsToRootItems | True to collect merge PDFs as documents of the root item. Default is false to avoid regression. |
![]() | HandleExport | A flag that is set to true when user loads an Export Profile bound to this handler. False otherwise and when user has exited the Export. Used to define whether specific events should be handled or not. |
![]() | Itemizer | RowItemizer that defines which export rows are unique items and which ones are attachments of those unique items. |
![]() | SilentMode | True when the export core requests Silent Export. When this is true, export handling is expected to be fully automatic and must not have any user interaction. |
![]() | WriteBackHandler | The class that handles writing back values from Export to files. |