Click or drag to resize

clsImportEmployeePeriodeEmployeeCostRateType Enumeration

Type of the cost rate (per employee, per project)

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public enum eEmployeeCostRateType
Members
  Member nameValueDescription
OneCostRate1Standard. One cost rate per employee for all business units. You can use PoliticalCostRateOne4All to set the rate or ListOfCostRates with one row
MainBusinessUnitOtherThanOthers2The business unit where the employee is working will have an other cost rate. The employee business unit will use ForBusinessUnit=EmployeeBU and HourlyRate, all the other business units will use ForBusinessUnit=0, and HourlyRate.

Create two lines in ListOfCostRates one with the BusinessUnitID of the employee and the other with 0

AllSeperatly3A cost rate for each business unit. ForBusinessUnit as a list for each linked business Unit

Create for each business unit the employee will use in ListOfCostRates one element

PricePerProject4Price per project is used only for freelancers. Use the class clsImportEmployeeCostRatesProject to import the project link and place each project price in ListOfCostRatesProjects
See Also