Class ScriptClassParser
Script class parser
Inherited Members
Namespace: PayrollEngine.Client.Scripting.Script
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public class ScriptClassParser
Methods
FromSource(string)
Parses the source file
Declaration
public static IList<ScriptClass> FromSource(string sourceCode)
Parameters
| Type | Name | Description |
|---|---|---|
| string | sourceCode | Name of the file |
Returns
| Type | Description |
|---|---|
| IList<ScriptClass> | The script classes |