Click or drag to resize

clsImportProjectContract Methods

The clsImportProjectContract type exposes the following members.

Methods
  NameDescription
Public methodbReadFromDB
Reads the contract 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
Function to write data in to the Access MDB
(Overrides clsImportBasebSaveRSToMDB(MPInterface, DataRow, DataTable).)
Public methodbUpdateContractIDsInAccess
Public methodGetListUserDefinedFields
Returns the user defined field definition for the dimension "Sales Contract". The fields have to be defined directly in MARIProject.
(Overrides clsImportBaseGetListUserDefinedFields(MPInterface).)
Public methodSetUserDefinedFieldValue
Fill user defined field with value
(Overrides clsImportBaseSetUserDefinedFieldValue(String, Object).)
Top
See Also