Click or drag to resize

clsImportEmployeePoolLink Class

Data holder to import the link of a pool to an employee. See also clsImportResourcePool and clsImportEmployee.

View: MARIEmployeesPool::Table: MPPersonenPool

Inheritance Hierarchy
SystemObject
  MARIInterfaceclsImportBase
    MARIInterfaceclsImportEmployeePoolLink

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

The clsImportEmployeePoolLink type exposes the following members.

Constructors
  NameDescription
Public methodclsImportEmployeePoolLink
Initializes a new instance of the clsImportEmployeePoolLink class
Top
Properties
  NameDescription
Public propertyCapacity
Capacity 100 = 100%
Public propertyEmployeeNumber
NVARCHAR(20) employee number to link the pool with the employee. (Mandatory field). See [!:clsImportEmployeeMaster.ListOfPoolLinks] for the employee dimension.
Public propertyEmployeePeriod
Internal key for child synchronisation
Public propertyKnowledge
NVARCHAR(200) Special Knowledge for this pool
Public propertyMemo
Memo field for AdditionalPoolInformaton
Public propertyPlanningType
Public propertyPriority
Priority: 1=higest, 2, 3, 4...
Public propertyResourcePool
NVARCHAR(20) Unique Resource Pool ID formatted in the settings of MARIProject Example "R200"
Public propertyValidPeriodFrom
Period in the time organisation of MARIProject 2006012 YYYYMMM (Mandatory field)
Top
Methods
  NameDescription
Public methodbReadFromDB
Reads the resource pool link 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 (Overrides clsImportBasebSaveRSToMDB(MPInterface, DataRow, DataTable).)
Top
See Also