Click or drag to resize

clsImportTravelCategory Class

Data holder to import the travel category data into the MARIProject database
Inheritance Hierarchy
SystemObject
  MARIInterfaceclsImportBase
    MARIInterfaceclsImportTravelCategory

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

The clsImportTravelCategory type exposes the following members.

Constructors
  NameDescription
Public methodclsImportTravelCategory
Initializes a new instance of the clsImportTravelCategory class
Top
Methods
  NameDescription
Public methodbReadFromDB
Reads the travel category 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
Writes the class data into the datarow
(Overrides clsImportBasebSaveRSToMDB(MPInterface, DataRow, DataTable).)
Top
Fields
  NameDescription
Public fieldCostMemo
Memo
Public fieldDescription
NVARCHAR(50)
Public fieldInAktiv
Inactive: not visible any more int the search box
Public fieldTravelCat
NVARCHAR(20): Primary Key
Public fieldTravelCatType
Type of Travelcategory (eTravelCatType)
Top
Remarks
See Also