Click or drag to resize

SettingsService Class

The settings service.
Inheritance Hierarchy
SystemObject
  AMCS.Elemos.IntegrationService.Services.SettingsSettingsService

Namespace:  AMCS.Elemos.IntegrationService.Services.Settings
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class SettingsService

The SettingsService type exposes the following members.

Methods
  NameDescription
Public methodExportActions
Exports all existing Actions (including those where IsDeleted=true)
Public methodExportAreaOfOrigins
Exports AreaOfOrigin records.
Public methodExportCompanyOutlets
Exports CompanyOutlet records.
Public methodExportContainerTypes
Exports the container types.
Public methodExportDaysOfWeek
Exports the days of week.
Public methodExportInvoiceBatchStatuses
Exports Invoice Batch Status records.
Public methodExportInvoiceCycles
Exports Invoice Cycle records.
Public methodExportMaterials
Exports the materials.
Public methodExportPickupIntervals
Exports the pickup intervals.
Public methodExportRouteManagementTypes
Exports RouteManagementType records.
Public methodExportServices
Exports the services.
Public methodGetDocumentFileForDefaultAction
Gets the document for a given default action id
Public methodGetMarketingSources
Gets marketing sources
Public methodGetServicesForOrderManagement
Gets the services for order management.
Public methodGetSettings
Gets the settings.
Public methodImportCompanyOutlets
Imports CompanyOutlet records.
Public methodImportContainerTypes
Imports the container types.
Public methodImportMaterials
Imports the materials.
Public methodSaveAction
Adds a new or updates an existing Action
Public methodSaveAreaOfOrigin
Adds a new or updates an existing AreaOfOrigin record.
Public methodSaveCompanyOutlet
Adds a new or updates an existing CompanyOutlet record.
Public methodSaveContainerType
Saves the type of the container.
Public methodSaveMaterial
Saves the material.
Public methodSaveReason
Saves the reason.
Public methodSaveService
Saves the service.
Top
See Also