Click or drag to resize

clsBatchImportDimension Class

Data holder for a collection of clsImportBase object of one MARIInterfaceType="clsImportSysCustomerLanguages" for example.
Inheritance Hierarchy
SystemObject
  MARIInterfaceclsBatchImportDimension

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

The clsBatchImportDimension type exposes the following members.

Constructors
  NameDescription
Public methodclsBatchImportDimension
Initializes a new instance of the clsBatchImportDimension class
Top
Methods
  NameDescription
Public methodImportUpdateLines
Do the import after validation(1=header dimensions may not been imported, but in batch)
Public methodValidateLines
This function will validate all lines of its dimesion. The logical order of this step will be important.
Top
Fields
  NameDescription
Public fieldCountImported
Result count from import
Public fieldCountInput
Result count
Public fieldCountUpdated
Result count from import
Public fieldCountValidated
Result count from import (try)
Public fieldDescription
Description only for the XML Import/Export of this class
Public fieldDTWDimID
Internal id for the import dimension. Some import MARIInterfaceType does have a multi use (ex. preliminary projects and real projects both uses clsImportProject.
Public fieldFieldDefinition
Description of the fields in relation to the table source/destination
Public fieldHelpURL
url to the web description of this dimension
Public fieldImportBaseType
Type of the import dimension. Only types of the clsImportBase can be used.
Public fieldImportElements
List of element (ImportElements) of this dimension (all classes based on clsImportBase.
Public fieldImportMethod
Public fieldMARIInterfaceType
Type name of the import dimension "clsImportProjectContract" or "clsImportProject". Only types of the clsImportBase can be used.
Public fieldSourceFileName
Name of the excel, mdb, csv file
Public fieldSourceTableName
Name of the excel sheet, mdb table, NULL for csv
Top
See Also