Show / Hide Table of Contents

Class ScriptRebuild

Inheritance
object
ScriptRebuild
Inherited Members
object.GetType()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine.Client.Script
Assembly: PayrollEngine.Client.Core.dll
Syntax
public sealed class ScriptRebuild

Constructors

ScriptRebuild(PayrollHttpClient, int)

Declaration
public ScriptRebuild(PayrollHttpClient httpClient, int tenantId)
Parameters
Type Name Description
PayrollHttpClient httpClient
int tenantId

Properties

HttpClient

Declaration
public PayrollHttpClient HttpClient { get; }
Property Value
Type Description
PayrollHttpClient

TenantId

Declaration
public int TenantId { get; }
Property Value
Type Description
int

Methods

RebuildPayrunAsync(string)

Declaration
public Task RebuildPayrunAsync(string payrunName)
Parameters
Type Name Description
string payrunName
Returns
Type Description
Task

RebuildRegulationAsync(string)

Declaration
public Task RebuildRegulationAsync(string regulationName)
Parameters
Type Name Description
string regulationName
Returns
Type Description
Task

RebuildRegulationObjectAsync(string, RegulationScriptObject, string)

Declaration
public Task RebuildRegulationObjectAsync(string regulationName, RegulationScriptObject scriptObject, string objectKey = null)
Parameters
Type Name Description
string regulationName
RegulationScriptObject scriptObject
string objectKey
Returns
Type Description
Task

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