Class FunctionResultBase
Result of a function
Inheritance
FunctionResultBase
Inherited Members
Namespace: PayrollEngine.Client.Scripting.Function.Api
Assembly: PayrollEngine.Client.Services.dll
Syntax
public abstract class FunctionResultBase
Constructors
View SourceFunctionResultBase()
Declaration
protected FunctionResultBase()
Properties
View SourceCalendar
The calendar
Declaration
public ScriptCalendar Calendar { get; set; }
Property Value
| Type | Description |
|---|---|
| ScriptCalendar |
Employee
The employee
Declaration
public IEmployee Employee { get; set; }
Property Value
| Type | Description |
|---|---|
| IEmployee |
Payroll
The payroll
Declaration
public IPayroll Payroll { get; set; }
Property Value
| Type | Description |
|---|---|
| IPayroll |
Tenant
The tenant
Declaration
public ITenant Tenant { get; set; }
Property Value
| Type | Description |
|---|---|
| ITenant |