Interface ICaseRuntime
Runtime for the case function CaseFunction
Inherited Members
Namespace: PayrollEngine.Client.Scripting.Runtime
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public interface ICaseRuntime : IPayrollRuntime, IRuntime
Properties
CaseName
The case name
Declaration
string CaseName { get; }
Property Value
| Type | Description |
|---|---|
| string |
CaseType
The case CaseType
Declaration
int CaseType { get; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
GetCaseAttribute(string)
Get case attribute value
Declaration
object GetCaseAttribute(string attributeName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | attributeName | Name of the attribute |
Returns
| Type | Description |
|---|---|
| object | The case attribute value |