Class ExchangeExport
Inheritance
ExchangeExport
Assembly: PayrollEngine.Client.Core.dll
Syntax
public sealed class ExchangeExport
Constructors
ExchangeExport(PayrollHttpClient, ExchangeExportOptions, string)
Declaration
public ExchangeExport(PayrollHttpClient httpClient, ExchangeExportOptions exportOptions = null, string @namespace = null)
Parameters
Properties
ExportOptions
Declaration
public ExchangeExportOptions ExportOptions { get; }
Property Value
HttpClient
Declaration
public PayrollHttpClient HttpClient { get; }
Property Value
Namespace
Declaration
public string Namespace { get; }
Property Value
Methods
ExportAsync(IEnumerable<int>)
Declaration
public Task<Exchange> ExportAsync(IEnumerable<int> tenantIds)
Parameters
Returns
ExportAsync(int)
Declaration
public Task<Exchange> ExportAsync(int tenantId)
Parameters
| Type |
Name |
Description |
| int |
tenantId |
|
Returns
Extension Methods