Show / Hide Table of Contents

Class PayrollScriptExport

Inheritance
object
PayrollScriptExport
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 PayrollScriptExport

Constructors

PayrollScriptExport(PayrollHttpClient, ScriptExportContext)

Declaration
public PayrollScriptExport(PayrollHttpClient httpClient, ScriptExportContext context)
Parameters
Type Name Description
PayrollHttpClient httpClient
ScriptExportContext context

Fields

DefaultNamespace

Declaration
public static readonly string DefaultNamespace
Field Value
Type Description
string

Properties

Context

Declaration
public ScriptExportContext Context { get; }
Property Value
Type Description
ScriptExportContext

HttpClient

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

Methods

ExportAsync(int)

Declaration
public Task<List<DevelopmentScript>> ExportAsync(int regulationId)
Parameters
Type Name Description
int regulationId
Returns
Type Description
Task<List<DevelopmentScript>>

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