Click or drag to resize

clsImportResourcePool Class

Data holder to import the resource pool core data into the MARIProject database

Use MPInterface.bImportResourcePool(clsImportResourcePool, clsImportBaseeImportMode) to import.

Inheritance Hierarchy
SystemObject
  MARIInterfaceclsImportBase
    MARIInterfaceclsImportResourcePool

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

The clsImportResourcePool type exposes the following members.

Constructors
  NameDescription
Public methodclsImportResourcePool
Initializes a new instance of the clsImportResourcePool class
Top
Properties
  NameDescription
Public propertyBusinessUnit
Standard business unit for the pool: Used for authorization. See dimension clsImportSetupBusinessUnits for details.
Public propertyCalendarID
Linked calender to find the working days and capacity
Public propertyCostRateHour
Ressource Based Cost Rate (when not copied from default employee)
Public propertyCostType
By standard employee (=0) or by pool (=1): MPRessourcenPool.KostenTyp
Public propertyFirstManager
NVARCHAR(20) First responsible empoyee
Public propertyGroup1

INT Group1. See clsImportGroups.eGroupType.PoolGroup = 10005

Public propertyGroup2

INT Group2. See clsImportGroups.eGroupType.PoolGroup2 = 10030

Public propertyGroup3

INT Group3. . See clsImportGroups.eGroupType.PoolGroup3 = 10031

Public propertyListResourcePoolCostRates
Public propertyMatchcode
NVARCHAR(50) Name of the pool
Public propertyResourceMemo
NTEXT Resource Memo: MPRessourcenPool.RessourcenMemo
Public propertyResourcePool
NVARCHAR(20) Unique Resource Pool ID formatted in the settings of MARIProject Example "P200"
Public propertyResourceType
Public propertySecondManager
NVARCHAR(20) Second responsible employee
Public propertyStandardEmployee
NVARCHAR(20) Standard employee. Used for the cost rate in the planning process. (Mandnatory for CostTyp=0)
Top
Methods
Remarks

View: MARIEmployeesPool: :Table: MPPersonenPool

Used by MS Access table MARIProjektImportResourcePool.
See Also