Click or drag to resize

IGenericExportHandler Interface

IGenericExportHandler defines necessary functions for different classes to interact with GenericExportHandlerT, E, I, without those classess needing to know the exact type of it.

Namespace:  CTExtensions.ExportCore.ExportHandler
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public interface IGenericExportHandler

The IGenericExportHandler type exposes the following members.

Properties
  NameDescription
Public propertyWriteBackHandler
Getter for writeback handler
Top
Methods
  NameDescription
Public methodAllowInplaceWriteBack
For ExportItemColumnEditor to know if writeback during inplace editing is allowed.
Public methodGetExportProfile
Getter for currently loaded export profile.
Public methodGetItemizer
Getter for row itemizer
Public methodGetParent
Getter for parent extension
Public methodGetRoots
Get root items
Public methodLog
Logging function.
Public methodRefreshItems
Allows calling GUI refresh after custom code execution.
Top
Availability

CUSTOMTOOLS 2024 SP0


Revised in Description
CUSTOMTOOLS 2025 SP0 - Added support for in-place editing of columns, with writeback option. - Extended with PreExport(PreExportArgs).
See Also