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 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.
Top
See Also