Click or drag to resize
UserPayRate Class
Labor rate values for Employees; e.g. information how much specific Employee is paid by each labor type defined through Labor Code (LaborCode).
Inheritance Hierarchy
SystemObject
  CorrigoService.EntitiesCorrigoEntity
    CorrigoServiceCorrigoEntityWithOptimisticLock
      CorrigoService.EntitiesUserPayRate

Namespace: CorrigoService.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class UserPayRate : CorrigoEntityWithOptimisticLock

The UserPayRate type exposes the following members.

Properties
  NameDescription
Public propertyCurrencies
Money values
Public propertyIsDefault
True means record defines default labor code and rate for the given Employee.
Public propertyLaborCodeId
Labor code ID.
Public propertyUserId
Employee/technician ID.
Top
See Also