clsImportBase Class |
Namespace: MARIInterface
The clsImportBase type exposes the following members.
| Name | Description | |
|---|---|---|
| clsImportBase |
The constructor will create a clsErrors class to store all errors or messages per object.
|
| Name | Description | |
|---|---|---|
| EXPORT_INFO | Special column during the export for better understanding in the excel file. Not used for import | |
| EXTERNAL_Key1 |
This field is free to use for your own refrence. Not used by MARIInterface
| |
| EXTERNAL_Key2 |
This field is free to use for your own refrence. Not used by MARIInterface
| |
| IMPORT_ErrorMessage |
Stores the validation messages
| |
| IMPORT_Feedback |
Indicates the feedback of the import process
| |
| oErrors | ||
| UserDefinedFieldValues |
Stored the value for the user defined fields. Use SetUserDefinedFieldValue(String, Object) to fill the data.
|
| Name | Description | |
|---|---|---|
| bIsNil | ||
| bReadFromDB |
Reading from the MARIProject Database into the clsImport...Class. (Used to save the data into the Access database)
Only for internal use !! For reading data please use your own SQL !
| |
| bSaveRSToMDB |
This function will save the content of the class in to the MS Access mdb database table
| |
| bValidateAndRemove |
For some selected dimensions, removing the master data is implemented
| |
| bValidateClassNumber |
Checks the given class number whether the key string conforms the MARIProject settings i.e. Project number, Employee number etc.
| |
| GetListUserDefinedFields |
Returns the user defined field for the master data dimensions. The fields have to be defined directly in MARIProject.
| |
| GetUserDefinedFieldValue | ||
| PrintChangeValues |
For debugging, shows the properties set.
| |
| SetUserDefinedFieldValue |
Stores a value for the user defined field for the import. User GetListUserDefinedFields to get all fields.
| |
| sGetClassNummer |
Create new identifier for employees, projects.. based on a given filter like "M1*"
| |
| sGetFreeClassNummer |
Creates a new class number i.e. Project, Employee etc. considering the identifier format.
| |
| sKeyMatchcode | ||
| ValidateUser |