Click or drag to resize

clsUpdateEmployeePeriodeCostRateType 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 eCostRateType
Members
  Member nameValueDescription
OneCostRate1 =1 Standard One cost rate per employee for all business units
MainBusinessUnitOtherThanOthers2 =2 The business unit where the employee is working will have an other cost rate The employee business unit will use CostRatePolitical, all the other business units will use CostRatePolitical2.
AllSeperatly3 =3 A cost rate for each business unit This freature is not supportet by this interface.
PricePerProject4 =4 Price per project is used only for freelancers. The fields CostRatePolitical and CostRatePolitical2 are not used. The import of project prices is not supported.
See Also