Click or drag to resize

IExtendedExportSettings Interface

Do NOT implement this interface. Instead, extend from ExtendedExportSettingsT.

Namespace: CTExtensions.ExportCore.ExportHandler.ExtendedSettings
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public interface IExtendedExportSettings

The IExtendedExportSettings type exposes the following members.

Properties
 NameDescription
Public propertyCommon_AddMergedItemAsChildAttachment Valid only if Common_MergeSiblingItems is set. Adds the merged row as Merged type child attachment for the target item.
Public propertyCommon_ConversionsWithCheckbox Enables checkboxes in Export and the checkbox controls whether or not conversions are executed.
Public propertyCommon_EnableContextMenuBomModifiers Brings Remove(ExportItem), Promote(ExportItem, Boolean) and Dissolve(ExportItem) behing right click menu for items.
Public propertyCommon_MergeSiblingItems When two sibling ExportDataRows (actual rows behind ExportItems) identify as the same item, merge quantities, and remove the duplicates. If also Common_AddMergedItemAsChildAttachment is set, the removed row is added as Merged type attachment row. Use Common_RowIdentifier to identify different rows as the same item.
Public propertyCommon_VirtualItemScope Which CustomScope should be used to represent Items.
Public propertyFieldSettings Accessor for Extended Field Settings; always supported!
Top
Methods
 NameDescription
Public methodCreateExtendedSettingsAdapters Accessor for the extended settings GUIs
Top
See Also