Class ScriptConfiguration
The Payroll script configuration
Inherited Members
Namespace: PayrollEngine.Client
Assembly: PayrollEngine.Client.Services.dll
Syntax
public class ScriptConfiguration
Constructors
View SourceScriptConfiguration()
Declaration
public ScriptConfiguration()
Properties
View SourceCalendarName
The calendar name
Declaration
public string CalendarName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CultureName
The culture name
Declaration
public string CultureName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EvaluationDate
The evaluation date
Declaration
public DateTime EvaluationDate { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
PeriodDate
The period date
Declaration
public DateTime PeriodDate { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
RegulationDate
The regulation date
Declaration
public DateTime RegulationDate { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
Methods
View SourceToString()
Returns a string that represents this instance
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string |