Class ScriptExportContext
The script export context
Inherited Members
Namespace: PayrollEngine.Client.Script
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class ScriptExportContext
Constructors
ScriptExportContext()
Declaration
public ScriptExportContext()
Properties
Employee
The employee
Declaration
public Employee Employee { get; set; }
Property Value
| Type | Description |
|---|---|
| Employee |
ExportMode
The export mode
Declaration
public ScriptExportMode ExportMode { get; set; }
Property Value
| Type | Description |
|---|---|
| ScriptExportMode |
Namespace
The target c# namespace
Declaration
public string Namespace { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Payroll
The payroll
Declaration
public Payroll Payroll { get; set; }
Property Value
| Type | Description |
|---|---|
| Payroll |
Regulation
The regulation
Declaration
public Regulation Regulation { get; set; }
Property Value
| Type | Description |
|---|---|
| Regulation |
ScriptObject
The export object
Declaration
public ScriptExportObject ScriptObject { get; set; }
Property Value
| Type | Description |
|---|---|
| ScriptExportObject |
Tenant
The tenant
Declaration
public Tenant Tenant { get; set; }
Property Value
| Type | Description |
|---|---|
| Tenant |
User
The user
Declaration
public User User { get; set; }
Property Value
| Type | Description |
|---|---|
| User |