Show / Hide Table of Contents

Class ExchangeExportOptions

Exchange export options

Inheritance
object
ExchangeExportOptions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine.Client.Exchange
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class ExchangeExportOptions

Constructors

ExchangeExportOptions()

Declaration
public ExchangeExportOptions()

Properties

Calendars

Export calendars

Declaration
public string[] Calendars { get; set; }
Property Value
Type Description
string[]

Divisions

Export division names

Declaration
public string[] Divisions { get; set; }
Property Value
Type Description
string[]

Employees

Export employee identifiers

Declaration
public string[] Employees { get; set; }
Property Value
Type Description
string[]

ExportCompanyCaseValues

Export company case values

Declaration
public bool ExportCompanyCaseValues { get; set; }
Property Value
Type Description
bool

ExportEmployeeCaseValues

Export Global case values

Declaration
public bool ExportEmployeeCaseValues { get; set; }
Property Value
Type Description
bool

ExportGlobalCaseValues

Export global case values

Declaration
public bool ExportGlobalCaseValues { get; set; }
Property Value
Type Description
bool

ExportNationalCaseValues

Export national case values

Declaration
public bool ExportNationalCaseValues { get; set; }
Property Value
Type Description
bool

ExportPayrollResults

Export results

Declaration
public bool ExportPayrollResults { get; set; }
Property Value
Type Description
bool

ExportWebhookMessages

Export webhook messages

Declaration
public bool ExportWebhookMessages { get; set; }
Property Value
Type Description
bool

HasAnyFilter

Export user identifiers

Declaration
[JsonIgnore]
public bool HasAnyFilter { get; }
Property Value
Type Description
bool

Payrolls

Export payroll names

Declaration
public string[] Payrolls { get; set; }
Property Value
Type Description
string[]

PayrunJobs

Export payrun job names

Declaration
public string[] PayrunJobs { get; set; }
Property Value
Type Description
string[]

Payruns

Export payrun names

Declaration
public string[] Payruns { get; set; }
Property Value
Type Description
string[]

Regulations

Export regulation names

Declaration
public string[] Regulations { get; set; }
Property Value
Type Description
string[]

Tasks

Export task names

Declaration
public string[] Tasks { get; set; }
Property Value
Type Description
string[]

Users

Export user identifiers

Declaration
public string[] Users { get; set; }
Property Value
Type Description
string[]

Webhooks

Export webhook names

Declaration
public string[] Webhooks { get; set; }
Property Value
Type Description
string[]

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