IGeneric |
The IGenericExportHandler type exposes the following members.
| Name | Description | |
|---|---|---|
| ContextMenuBOMModifiers |
Gettter indicating if Exclude/Delete/Promote/Dissolve -operations
are available in context menu.
Enable this feature by supporting Common_EnableContextMenuBomModifiers. | |
| ConversionCheckboxes |
Getter indicating if checkboxes to control conversions
-feature is enabled.
Enable this feature by supporting Common_ConversionsWithCheckbox. | |
| ExtendedSettings | The base extension class, in case it supports extended settings. | |
| WriteBackHandler | Getter for writeback handler |
| Name | Description | |
|---|---|---|
| AllowInplaceWriteBack | For ExportItemColumnEditor to know if writeback during inplace editing is allowed. | |
| GetExportProfile | Getter for currently loaded export profile. | |
| GetItemizer | Getter for row itemizer | |
| GetParent | Getter for parent extension | |
| GetRoots | Get root items | |
| Log | Logging function. | |
| RefreshItems | Allows calling GUI refresh after custom code execution. |
| Date | Version | Description |
|---|---|---|
| - | 2024 SP0 | First Release |
| - | 2025 SP0 | - Added support for in-place editing of columns, with writeback option. - Extended with PreExport(PreExportArgs). |
| - | 2025 SP1 | - Extended with ExtendedSettings that is available if the main extension implements ISupportsExtendedSettings. |