CTExtensions.ExportCore.ExportBaseTypes Namespace |
Class | Description | |
---|---|---|
ERPExportBase |
Export Base without any custom settings objects.
| |
ERPExportBaseFIELDSETTINGSTYPE |
Export Base with custom Export Profile Field specific settings.
The settings are available as FieldSettings accessed from GetExportSettings(CTExportProfile).
| |
ERPExportBaseExtraOptsFIELDSETTINGSTYPE, 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).
| |
ERPExportBaseExtraOptsWithProfileSettingsFIELDSETTINGSTYPE, 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.
| |
ERPExportBaseExtraOptsWithUserAndProfileSettingsFIELDSETTINGSTYPE, 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.
| |
ERPExportBaseExtraOptsWithUserSettingsFIELDSETTINGSTYPE, 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.
| |
ERPExportBaseWithProfileSettingsFIELDSETTINGSTYPE, 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.
| |
ERPExportBaseWithUserAndProfileSettingsFIELDSETTINGSTYPE, 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.
| |
ERPExportBaseWithUserSettingsFIELDSETTINGSTYPE, 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.
|