Interface IScriptParser
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IScriptParser
Properties
CaseParser
Declaration
ICaseScriptParser CaseParser { get; }
Property Value
CaseRelationParser
Declaration
ICaseRelationScriptParser CaseRelationParser { get; }
Property Value
CollectorParser
Declaration
ICollectorScriptParser CollectorParser { get; }
Property Value
PayrunParser
Declaration
IPayrunScriptParser PayrunParser { get; }
Property Value
ReportParser
Declaration
IReportScriptParser ReportParser { get; }
Property Value
WageTypeParser
Declaration
IWageTypeScriptParser WageTypeParser { get; }
Property Value
Extension Methods