Click or drag to resize

clsImportSetupCompanySettings Class

Data holder to import special settings based on companies: MARIProjektImportSetupCompanySettings
Inheritance Hierarchy
SystemObject
  MARIInterfaceclsImportBase
    MARIInterfaceclsImportSetupCompanySettings

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

The clsImportSetupCompanySettings type exposes the following members.

Constructors
  NameDescription
Public methodclsImportSetupCompanySettings
Initializes a new instance of the clsImportSetupCompanySettings class
Top
Properties
  NameDescription
Public propertyCompanyID
CompanyID. Linked SBO Database(Schema)
Public propertyDescription
NVARCHAR(50) internal Description of the parameter
Public propertyParameterID
Key ID of the property
Public propertyValueMemo
Value of the property, written in a memo field
Public propertyValueType
not used any more
Top
Methods
  NameDescription
Public methodbReadFromDB
Reads the company 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