Show / Hide Table of Contents

Interface IScriptParser

Payroll script parser

Namespace: PayrollEngine.Client.Script
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IScriptParser

Properties

CaseParser

The case script parser

Declaration
ICaseScriptParser CaseParser { get; }
Property Value
Type Description
ICaseScriptParser

CaseRelationParser

The case relation script parser

Declaration
ICaseRelationScriptParser CaseRelationParser { get; }
Property Value
Type Description
ICaseRelationScriptParser

CollectorParser

The case relation script parser

Declaration
ICollectorScriptParser CollectorParser { get; }
Property Value
Type Description
ICollectorScriptParser

PayrunParser

The case relation script parser

Declaration
IPayrunScriptParser PayrunParser { get; }
Property Value
Type Description
IPayrunScriptParser

ReportParser

The case relation script parser

Declaration
IReportScriptParser ReportParser { get; }
Property Value
Type Description
IReportScriptParser

WageTypeParser

The case relation script parser

Declaration
IWageTypeScriptParser WageTypeParser { get; }
Property Value
Type Description
IWageTypeScriptParser

Extension Methods

ConsoleExtensions.WriteProperties(object, bool)
ValueTypeExtensions.GetValueType(object)
ObjectInfo.GetPropertyValue(object, string)
ObjectInfo.GetPropertyValue<T>(object, string, T)
ObjectInfo.ResolvePropertyValue(object, string)
ObjectInfo.SetPropertyValue(object, string, object)
☀
☾
Back to top Generated by DocFX