Class IEmployeePayrollHistoryYtdExtensions
- Namespace
- Payetools.Payroll.Extensions
- Assembly
- Payetools.Payroll.dll
Extension methods for IEmployeePayrollHistoryYtd.
public static class IEmployeePayrollHistoryYtdExtensions
- Inheritance
-
IEmployeePayrollHistoryYtdExtensions
- Inherited Members
Methods
Add(IEmployeePayrollHistoryYtd, IEmployeePayRunResult)
Adds the results of the payrun provided to the current instance and returns a new instance of IEmployeePayrollHistoryYtd.
public static IEmployeePayrollHistoryYtd Add(this IEmployeePayrollHistoryYtd value, IEmployeePayRunResult payrunResult)
Parameters
value
IEmployeePayrollHistoryYtdInstance of IEmployeePayrollHistoryYtd to be updated.
payrunResult
IEmployeePayRunResultResults of a set of payroll calculations for a given employee.
Returns
- IEmployeePayrollHistoryYtd
New instance of IEmployeePayrollHistoryYtd with the calculation results applied.