Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • EmployeeRecord

Index

Constructors

constructor

Properties

billingRate

billingRate: number = 0

billingTotal

billingTotal: number = 0

employee

employee: Employee | null = null

jobTitle

jobTitle: string = ""

projectName

projectName: string = ""

timeEntries

timeEntries: number[] = []

totalHours

totalHours: number = 0

Generated using TypeDoc