|
3758 | 3758 | <member name="M:PayrollEngine.Client.Scripting.Function.CaseFunction.GetCaseAttribute``1(System.String,``0)"> |
3759 | 3759 | <summary>Get case attribute typed value</summary> |
3760 | 3760 | </member> |
3761 | | - <member name="M:PayrollEngine.Client.Scripting.Function.CaseFunction.InvokeWebhook``1(System.String,System.Object)"> |
3762 | | - <summary>Invoke case webhook</summary> |
3763 | | - <param name="requestOperation">The request operation</param> |
3764 | | - <param name="requestMessage">The webhook request message</param> |
3765 | | - <returns>The webhook response object</returns> |
3766 | | - </member> |
3767 | 3761 | <member name="T:PayrollEngine.Client.Scripting.Function.CaseInputActions"> |
3768 | 3762 | <summary>Extension methods for case input actions</summary> |
3769 | 3763 | </member> |
|
4659 | 4653 | <member name="M:PayrollEngine.Client.Scripting.Function.CaseRelationFunction.CopyValue(System.String,System.String)"> |
4660 | 4654 | <summary>Copy the case value from source to target</summary> |
4661 | 4655 | </member> |
4662 | | - <member name="M:PayrollEngine.Client.Scripting.Function.CaseRelationFunction.InvokeWebhook``1(System.String,System.Object)"> |
4663 | | - <summary>Invoke case webhook</summary> |
4664 | | - <param name="requestOperation">The request operation</param> |
4665 | | - <param name="requestMessage">The webhook request message</param> |
4666 | | - <returns>The webhook response object</returns> |
4667 | | - </member> |
4668 | 4656 | <member name="T:PayrollEngine.Client.Scripting.Function.CaseRelationValidateActions"> |
4669 | 4657 | <summary>Extension methods for the case change actions</summary> |
4670 | 4658 | </member> |
|
5454 | 5442 | <param name="category">The task category</param> |
5455 | 5443 | <param name="attributes">The task attributes</param> |
5456 | 5444 | </member> |
| 5445 | + <member name="M:PayrollEngine.Client.Scripting.Function.Function.InvokeWebhook``1(System.String,System.Object)"> |
| 5446 | + <summary>Invoke report webhook</summary> |
| 5447 | + <param name="requestOperation">The request operation</param> |
| 5448 | + <param name="requestMessage">The webhook request message</param> |
| 5449 | + <returns>The webhook response object</returns> |
| 5450 | + </member> |
5457 | 5451 | <member name="P:PayrollEngine.Client.Scripting.Function.Function.SourceFileName"> |
5458 | 5452 | <summary>The name of the source file (scripting development)</summary> |
5459 | 5453 | <value>The name of the source file</value> |
|
6261 | 6255 | <param name="query">The result query</param> |
6262 | 6256 | <returns>Consolidated employee collector custom results</returns> |
6263 | 6257 | </member> |
6264 | | - <member name="M:PayrollEngine.Client.Scripting.Function.PayrunFunction.InvokeWebhook``1(System.String,System.Object)"> |
6265 | | - <summary>Invoke payrun webhook</summary> |
6266 | | - <param name="requestOperation">The request operation</param> |
6267 | | - <param name="requestMessage">The webhook request message</param> |
6268 | | - <returns>The webhook response object</returns> |
6269 | | - </member> |
6270 | 6258 | <member name="T:PayrollEngine.Client.Scripting.Function.PayrunStartFunction"> |
6271 | 6259 | <summary>Payrun start function</summary> |
6272 | 6260 | </member> |
|
6783 | 6771 | <param name="parameterName">The parameter name</param> |
6784 | 6772 | <returns>The object id, null for unknown payrun</returns> |
6785 | 6773 | </member> |
6786 | | - <member name="M:PayrollEngine.Client.Scripting.Function.ReportFunction.InvokeWebhook``1(System.String,System.Object)"> |
6787 | | - <summary>Invoke report webhook</summary> |
6788 | | - <param name="requestOperation">The request operation</param> |
6789 | | - <param name="requestMessage">The webhook request message</param> |
6790 | | - <returns>The webhook response object</returns> |
6791 | | - </member> |
6792 | 6774 | <member name="T:PayrollEngine.Client.Scripting.Function.ReportStartFunction"> |
6793 | 6775 | <summary>Report start function</summary> |
6794 | 6776 | </member> |
|
8803 | 8785 | <param name="sourceFieldName">The name of the source case field</param> |
8804 | 8786 | <param name="targetFieldName">The name of the target case field</param> |
8805 | 8787 | </member> |
8806 | | - <member name="M:PayrollEngine.Client.Scripting.Runtime.ICaseRelationRuntime.InvokeWebhook(System.String,System.String)"> |
8807 | | - <summary>Invoke case relation webhook and receive the response JSON data</summary> |
8808 | | - <param name="requestOperation">The request operation</param> |
8809 | | - <param name="requestMessage">The JSON request message</param> |
8810 | | - <returns>The webhook response object as JSON</returns> |
8811 | | - </member> |
8812 | 8788 | <member name="T:PayrollEngine.Client.Scripting.Runtime.ICaseRelationValidateRuntime"> |
8813 | 8789 | <summary>Runtime for the case relation validate function <see cref="T:PayrollEngine.Client.Scripting.Function.CaseRelationValidateFunction"/></summary> |
8814 | 8790 | </member> |
|
8843 | 8819 | <param name="attributeName">Name of the attribute</param> |
8844 | 8820 | <returns>The case attribute value</returns> |
8845 | 8821 | </member> |
8846 | | - <member name="M:PayrollEngine.Client.Scripting.Runtime.ICaseRuntime.InvokeWebhook(System.String,System.String)"> |
8847 | | - <summary>Invoke case webhook and receive the response JSON data</summary> |
8848 | | - <param name="requestOperation">The request operation</param> |
8849 | | - <param name="requestMessage">The JSON request message</param> |
8850 | | - <returns>The webhook response object as JSON</returns> |
8851 | | - </member> |
8852 | 8822 | <member name="T:PayrollEngine.Client.Scripting.Runtime.ICaseValidateRuntime"> |
8853 | 8823 | <summary>Runtime for the case validate function <see cref="T:PayrollEngine.Client.Scripting.Function.CaseFunction"/></summary> |
8854 | 8824 | </member> |
|
9286 | 9256 | <param name="tags">The result tags</param> |
9287 | 9257 | <returns>The consolidated collector custom results</returns> |
9288 | 9258 | </member> |
9289 | | - <member name="M:PayrollEngine.Client.Scripting.Runtime.IPayrunRuntime.InvokeWebhook(System.String,System.String)"> |
9290 | | - <summary>Invoke payrun webhook and receive the response JSON data</summary> |
9291 | | - <param name="requestOperation">The request operation</param> |
9292 | | - <param name="requestMessage">The JSON request message</param> |
9293 | | - <returns>The webhook response object as JSON</returns> |
9294 | | - </member> |
9295 | 9259 | <member name="T:PayrollEngine.Client.Scripting.Runtime.IPayrunStartRuntime"> |
9296 | 9260 | <summary>Runtime for the payrun employee available function <see cref="T:PayrollEngine.Client.Scripting.Function.PayrunStartFunction"/></summary> |
9297 | 9261 | </member> |
|
9480 | 9444 | <param name="key">The log key</param> |
9481 | 9445 | <param name="reportDate">The report date (default: now)</param> |
9482 | 9446 | </member> |
9483 | | - <member name="M:PayrollEngine.Client.Scripting.Runtime.IReportRuntime.InvokeWebhook(System.String,System.String)"> |
9484 | | - <summary>Invoke report webhook and receive the response JSON data</summary> |
9485 | | - <param name="requestOperation">The request operation</param> |
9486 | | - <param name="requestMessage">The JSON request message</param> |
9487 | | - <returns>The webhook response object as JSON</returns> |
9488 | | - </member> |
9489 | 9447 | <member name="T:PayrollEngine.Client.Scripting.Runtime.IReportStartRuntime"> |
9490 | 9448 | <summary>Runtime for the report start function <see cref="T:PayrollEngine.Client.Scripting.Function.ReportStartFunction"/></summary> |
9491 | 9449 | </member> |
|
9551 | 9509 | <param name="category">The task category</param> |
9552 | 9510 | <param name="attributes">The task attributes</param> |
9553 | 9511 | </member> |
| 9512 | + <member name="M:PayrollEngine.Client.Scripting.Runtime.IRuntime.InvokeWebhook(System.String,System.String)"> |
| 9513 | + <summary>Invoke case relation webhook and receive the response JSON data</summary> |
| 9514 | + <param name="requestOperation">The request operation</param> |
| 9515 | + <param name="requestMessage">The JSON request message</param> |
| 9516 | + <returns>The webhook response object as JSON</returns> |
| 9517 | + </member> |
9554 | 9518 | <member name="T:PayrollEngine.Client.Scripting.Runtime.IWageTypeResultRuntime"> |
9555 | 9519 | <summary>Runtime for the wage type result function <see cref="T:PayrollEngine.Client.Scripting.Function.WageTypeResultFunction"/></summary> |
9556 | 9520 | </member> |
|
0 commit comments