Click or drag to resize

DataMappingTableHostEXTENSION, TABLETYPE, ROWCONTROLTYPE, SETTINGS Class

This control hosts multiple mapping tables of type DataMappingTableEXTENSION, ROWCONTROLTYPE, SETTINGS.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsControl
        System.Windows.FormsScrollableControl
          System.Windows.FormsContainerControl
            System.Windows.FormsUserControl
              CTExtensions.ExportCore.Config.DataMappingDataMappingTableHostEXTENSION, TABLETYPE, ROWCONTROLTYPE, SETTINGS

Namespace: CTExtensions.ExportCore.Config.DataMapping
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public class DataMappingTableHost<EXTENSION, TABLETYPE, ROWCONTROLTYPE, SETTINGS> : UserControl
where EXTENSION : new(), CTExtension
where TABLETYPE : new(), DataMappingTable<EXTENSION, ROWCONTROLTYPE, SETTINGS>
where ROWCONTROLTYPE : new(), DataMappingRowControl
where SETTINGS : new(), SettingsObject

Type Parameters

EXTENSION
TABLETYPE
ROWCONTROLTYPE
SETTINGS

The DataMappingTableHostEXTENSION, TABLETYPE, ROWCONTROLTYPE, SETTINGS type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyParentExtension Parent Extension
Top
Methods
 NameDescription
Public methodClearCaches Clear caches from all loaded tables.
Public methodInit Init must be called immediately after this object has been created.
Public methodLoadSettings Load multiple settings as multiple mapping tables into this object.
Public methodSaveAll 
Top
Revision History
DateVersionDescription
-2025 SP1First Release
See Also