Click or drag to resize

CTExtensions.ExportCore.ExportBaseTypes Namespace

 
Classes
 ClassDescription
Public classCode exampleERPExportBase Export Base without any custom settings objects.
Public classCode exampleERPExportBaseFIELDSETTINGSTYPE Export Base with custom Export Profile Field specific settings. The settings are available as FieldSettings accessed from GetExportSettings(CTExportProfile).
Public classCode exampleERPExportBaseExtraOptsFIELDSETTINGSTYPE, 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 exampleERPExportBaseExtraOptsWithProfileSettingsFIELDSETTINGSTYPE, 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 exampleERPExportBaseExtraOptsWithUserAndProfileSettingsFIELDSETTINGSTYPE, 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 exampleERPExportBaseExtraOptsWithUserSettingsFIELDSETTINGSTYPE, 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 exampleERPExportBaseWithProfileSettingsFIELDSETTINGSTYPE, 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 exampleERPExportBaseWithUserAndProfileSettingsFIELDSETTINGSTYPE, 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 exampleERPExportBaseWithUserSettingsFIELDSETTINGSTYPE, 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.