Class ExchangeExportOptions
Inheritance
ExchangeExportOptions
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class ExchangeExportOptions
Constructors
ExchangeExportOptions()
Declaration
public ExchangeExportOptions()
Properties
Calendars
Declaration
public string[] Calendars { get; set; }
Property Value
Divisions
Declaration
public string[] Divisions { get; set; }
Property Value
Employees
Declaration
public string[] Employees { get; set; }
Property Value
ExportCompanyCaseValues
Declaration
public bool ExportCompanyCaseValues { get; set; }
Property Value
ExportEmployeeCaseValues
Declaration
public bool ExportEmployeeCaseValues { get; set; }
Property Value
ExportGlobalCaseValues
Declaration
public bool ExportGlobalCaseValues { get; set; }
Property Value
ExportNationalCaseValues
Declaration
public bool ExportNationalCaseValues { get; set; }
Property Value
ExportPayrollResults
Declaration
public bool ExportPayrollResults { get; set; }
Property Value
ExportWebhookMessages
Declaration
public bool ExportWebhookMessages { get; set; }
Property Value
HasAnyFilter
Declaration
[JsonIgnore]
public bool HasAnyFilter { get; }
Property Value
Payrolls
Declaration
public string[] Payrolls { get; set; }
Property Value
PayrunJobs
Declaration
public string[] PayrunJobs { get; set; }
Property Value
Payruns
Declaration
public string[] Payruns { get; set; }
Property Value
Regulations
Declaration
public string[] Regulations { get; set; }
Property Value
Tasks
Declaration
public string[] Tasks { get; set; }
Property Value
Users
Declaration
public string[] Users { get; set; }
Property Value
Webhooks
Declaration
public string[] Webhooks { get; set; }
Property Value
Extension Methods