Click or drag to resize

clsImportProjectGroups Class

Import for table MPProjektGruppen: Project Master: Project Groups. Class is simlar with clsImportGroups, but values are stored in another table.

See MPInterface.bImportProjectGroup(clsImportProjectGroups, clsImportBaseeImportMode)().

Inheritance Hierarchy
SystemObject
  MARIInterfaceclsImportBase
    MARIInterfaceclsImportProjectGroups

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

The clsImportProjectGroups type exposes the following members.

Constructors
  NameDescription
Public methodclsImportProjectGroups
Initializes a new instance of the clsImportProjectGroups class
Top
Properties
  NameDescription
Public propertyBusinessUnitID
not used
Public propertyDescription
Description = name of thr group (40Char)
Public propertyGroupID
GroupID
Public propertyGroupMemo
not used
Public propertyGroupType
Public propertyIndent
Indent starts with 0
Public propertyOptionMemo
not used
Public propertyParent
not used
Public propertyPositionID
sort order of the group
Public propertyTreeType
not used
Top
Methods
  NameDescription
Public methodbReadFromDB
Only for internal use! To load data use your own SQL.
(Overrides clsImportBasebReadFromDB(MPInterface, String).)
Public methodbSaveRSToMDB
This function will save the content of the class in to the MS Access mdb database table
(Overrides clsImportBasebSaveRSToMDB(MPInterface, DataRow, DataTable).)
Top
Remarks
See Also