Show / Hide Table of Contents

Class ScriptProvider

Access to scripts and script names

Inheritance
object
ScriptProvider
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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>
☀
☾
Back to top Generated by DocFX