Show / Hide Table of Contents

Class ExchangeExportOptions

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

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

Divisions

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

Employees

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

ExportCompanyCaseValues

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

ExportEmployeeCaseValues

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

ExportGlobalCaseValues

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

ExportNationalCaseValues

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

ExportPayrollResults

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

ExportWebhookMessages

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

HasAnyFilter

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

Payrolls

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

PayrunJobs

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

Payruns

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

Regulations

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

Tasks

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

Users

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

Webhooks

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