Class ScriptProvider
Access to scripts and script names
Inherited Members
Namespace: PayrollEngine.Client.Scripting
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public static class ScriptProvider
Methods
GetActionScriptCodes(FunctionType)
Get action script codes by function type
Declaration
public static List<string> GetActionScriptCodes(FunctionType functionType)
Parameters
| Type | Name | Description |
|---|---|---|
| FunctionType | functionType | The function type |
Returns
| Type | Description |
|---|---|
| List<string> |
GetActionScriptNames(FunctionType)
Get action script names by function type
Declaration
public static List<string> GetActionScriptNames(FunctionType functionType)
Parameters
| Type | Name | Description |
|---|---|---|
| FunctionType | functionType | The function type |
Returns
| Type | Description |
|---|---|
| List<string> |
GetEmbeddedScriptNames()
The embedded c# scripting files
Declaration
public static List<string> GetEmbeddedScriptNames()
Returns
| Type | Description |
|---|---|
| List<string> |
Remarks
Keep this in sync with the PayrollEngine.Client.Scripting project
GetEmbeddedScriptNames(FunctionType)
Get function script names by function type
Declaration
public static List<string> GetEmbeddedScriptNames(FunctionType functionType)
Parameters
| Type | Name | Description |
|---|---|---|
| FunctionType | functionType | The function type |
Returns
| Type | Description |
|---|---|
| List<string> |
GetScriptNames(FunctionType, FunctionType)
Get function script names by function type
Declaration
public static List<string> GetScriptNames(FunctionType functionType, FunctionType actionFunctionType)
Parameters
| Type | Name | Description |
|---|---|---|
| FunctionType | functionType | The function type |
| FunctionType | actionFunctionType | The action function type |
Returns
| Type | Description |
|---|---|
| List<string> |