|
6470 | 6470 | <param name="lookupKey">The lookup key (optional)</param> |
6471 | 6471 | <param name="culture">The culture, null for the system culture (optional)</param> |
6472 | 6472 | </member> |
| 6473 | + <member name="M:PayrollEngine.Client.Scripting.Function.PayrollFunction.ApplyRangeValue(System.String,System.Decimal,System.String)"> |
| 6474 | + <summary>Apply a range value to the lookup ranges, and multiplying the lookup value with the range amount</summary> |
| 6475 | + <param name="lookupName">The lookup name</param> |
| 6476 | + <param name="rangeValue">The range value</param> |
| 6477 | + <param name="valueFieldName">Value field name</param> |
| 6478 | + <remarks>Only numeric JSON lookup values are supported. |
| 6479 | + The first lookup range value must be zero.</remarks> |
| 6480 | + <returns>Summary of all lookup ranges</returns> |
| 6481 | + </member> |
6473 | 6482 | <member name="F:PayrollEngine.Client.Scripting.Function.PayrollFunction.ConditionConsequentMarker"> |
6474 | 6483 | <summary>Condition consequent marker</summary> |
6475 | 6484 | </member> |
|
9964 | 9973 | <param name="culture">The value culture</param> |
9965 | 9974 | <returns>The lookup value matching tho the lookup key</returns> |
9966 | 9975 | </member> |
| 9976 | + <member name="M:PayrollEngine.Client.Scripting.Runtime.IPayrollRuntime.ApplyRangeValue(System.String,System.Decimal,System.String)"> |
| 9977 | + <summary>Apply a range value to the lookup ranges, and multiplying the lookup value with the range amount</summary> |
| 9978 | + <param name="lookupName">The lookup name</param> |
| 9979 | + <param name="rangeValue">The range value</param> |
| 9980 | + <param name="valueFieldName">Value field name</param> |
| 9981 | + <remarks>Only numeric JSON lookup values are supported. |
| 9982 | + The first lookup range value must be zero.</remarks> |
| 9983 | + <returns>Summary of all lookup ranges</returns> |
| 9984 | + </member> |
9967 | 9985 | <member name="T:PayrollEngine.Client.Scripting.Runtime.IPayrunEmployeeAvailableRuntime"> |
9968 | 9986 | <summary>Runtime for the payrun employee available function <see cref="T:PayrollEngine.Client.Scripting.Function.PayrunEmployeeAvailableFunction"/></summary> |
9969 | 9987 | </member> |
|
0 commit comments