Click or drag to resize

CTExtensions.ExportCore.ExportBaseTypes Namespace

 
Classes
 ClassDescription
Public classCode exampleERPExportBase Export Base without any custom settings objects.
Public classCode exampleERPExportBase<FIELDSETTINGSTYPE> Export Base with custom Export Profile Field specific settings. The settings are available as FieldSettings accessed from GetExportSettings(CTExportProfile).
Public classCode exampleERPExportBaseExtraOpts<FIELDSETTINGSTYPE, EXPORTSETTINGSTYPE> Export Base with custom Export Profile Field specific settings and custom Export Profile settings. Export profile and field settings can be accessed from GetExportSettings(CTExportProfile).
Public classCode exampleERPExportBaseExtraOptsWithProfileSettings<FIELDSETTINGSTYPE, EXPORTSETTINGSTYPE, PROFILESETTINGSTYPE> Export Base with custom Export Profile Field specific settings, custom Export Profile settings and Profile settings. Export profile and field settings can be accessed from GetExportSettings(CTExportProfile). Profile settings can be accessed from GetProfileSettings().
Public classCode exampleERPExportBaseExtraOptsWithUserAndProfileSettings<FIELDSETTINGSTYPE, EXPORTSETTINGSTYPE, USERSETTINGSTYPE, PROFILESETTINGSTYPE> Export Base with custom Export Profile Field specific settings, custom Export Profile settings, User settings and Profile settings. Export profile and field settings can be accessed from GetExportSettings(CTExportProfile), User settings can be accessed from GetUserSettings() and Profile settings can be accessed from GetProfileSettings().
Public classCode exampleERPExportBaseExtraOptsWithUserSettings<FIELDSETTINGSTYPE, EXPORTSETTINGSTYPE, USERSETTINGSTYPE> Export Base with custom Export Profile Field specific settings, custom Export Profile settings and User settings. Export profile and field settings can be accessed from GetExportSettings(CTExportProfile). User settings can be accessed from GetUserSettings().
Public classCode exampleERPExportBaseWithProfileSettings<FIELDSETTINGSTYPE, PROFILESETTINGSTYPE> Export Base with custom Export Profile Field specific settings and Profile specific settings. Export Field settings are available as FieldSettings accessed from GetExportSettings(CTExportProfile) and Profile settings can be accessed from GetProfileSettings().
Public classCode exampleERPExportBaseWithUserAndProfileSettings<FIELDSETTINGSTYPE, USERSETTINGSTYPE, PROFILESETTINGSTYPE> Export Base with custom Export Profile Field specific settings, User settings and Profile specific settings. Export Field settings are available as FieldSettings accessed from GetExportSettings(CTExportProfile), User settings can be accessed from GetUserSettings(), and Profile settings can be accessed from GetProfileSettings().
Public classCode exampleERPExportBaseWithUserSettings<FIELDSETTINGSTYPE, USERSETTINGSTYPE> Export Base with custom Export Profile Field specific settings and User specific settings. Export Field settings are available as FieldSettings accessed from GetExportSettings(CTExportProfile) and User settings can be accessed from GetUserSettings().