Click or drag to resize

clsImportSetupBUSettings Class

Data holder to import the Business Unit Settings: (MS Access Table: MARIProjektImportSetupBUSettings)
Inheritance Hierarchy
SystemObject
  MARIInterfaceclsImportBase
    MARIInterfaceclsImportSetupBUSettings

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public class clsImportSetupBUSettings : clsImportBase

The clsImportSetupBUSettings type exposes the following members.

Constructors
  NameDescription
Public methodclsImportSetupBUSettings
Initializes a new instance of the clsImportSetupBUSettings class
Top
Properties
  NameDescription
Public propertyBusinessUnit
0=Global Parameter, >0 Parameter per Business Unit. The business units have to be imported first. See dimension clsImportSetupBusinessUnits for details.
Public propertyDescription
NVARCHAR(50) Name of the parameter, used only internaly
Public propertyParameterID
ParameterID (fixed enum of parameters)
Public propertySettingIndex
Index of the settings
Public propertyValueMemo
Saved Value of the parameter
Public propertyValueType
Enumeration of the type of value
Top
Methods
  NameDescription
Public methodbReadFromDB
Reads the business unit setting data from the database and copies the values to the class Only for internal use! To load data use your own SQL.
(Overrides clsImportBasebReadFromDB(MPInterface, String).)
Public methodbSaveRSToMDB (Overrides clsImportBasebSaveRSToMDB(MPInterface, DataRow, DataTable).)
Top
Remarks
See Also