Interface IExchangeTenant
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IExchangeTenant : ITenant, IModel, IAttributeObject, IKeyEquatable<ITenant>, IEquatable<ITenant>, IEquatable<IExchangeTenant>
Properties
Calendars
Declaration
List<Calendar> Calendars { get; set; }
Property Value
CompanyCases
Declaration
List<CaseChange> CompanyCases { get; set; }
Property Value
CompanyValues
Declaration
List<CaseValue> CompanyValues { get; set; }
Property Value
Divisions
Declaration
List<Division> Divisions { get; set; }
Property Value
Employees
Declaration
List<EmployeeSet> Employees { get; set; }
Property Value
GlobalCases
Declaration
List<CaseChange> GlobalCases { get; set; }
Property Value
GlobalValues
Declaration
List<CaseValue> GlobalValues { get; set; }
Property Value
NationalCases
Declaration
List<CaseChange> NationalCases { get; set; }
Property Value
NationalValues
Declaration
List<CaseValue> NationalValues { get; set; }
Property Value
PayrollResults
Declaration
List<PayrollResultSet> PayrollResults { get; set; }
Property Value
Payrolls
Declaration
List<PayrollSet> Payrolls { get; set; }
Property Value
PayrunJobInvocations
Declaration
List<PayrunJobInvocation> PayrunJobInvocations { get; set; }
Property Value
PayrunJobs
Declaration
List<PayrunJob> PayrunJobs { get; set; }
Property Value
Payruns
Declaration
List<Payrun> Payruns { get; set; }
Property Value
Regulations
Declaration
List<RegulationSet> Regulations { get; set; }
Property Value
Tasks
Declaration
List<Task> Tasks { get; set; }
Property Value
Users
Declaration
List<User> Users { get; set; }
Property Value
Webhooks
Declaration
List<WebhookSet> Webhooks { get; set; }
Property Value
Methods
Import(IExchangeTenant)
Declaration
void Import(IExchangeTenant source)
Parameters
Extension Methods