Class ExchangeTenant
Inheritance
ExchangeTenant
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class ExchangeTenant : Tenant, IIdentifierObject, IExchangeTenant, ITenant, IModel, IAttributeObject, IKeyEquatable<ITenant>, IEquatable<ITenant>, IEquatable<IExchangeTenant>
Constructors
ExchangeTenant()
Declaration
ExchangeTenant(ExchangeTenant)
Declaration
public ExchangeTenant(ExchangeTenant copySource)
Parameters
Properties
Calendars
Declaration
[JsonPropertyOrder(201)]
public List<Calendar> Calendars { get; set; }
Property Value
CompanyCases
Declaration
[JsonPropertyOrder(214)]
public List<CaseChange> CompanyCases { get; set; }
Property Value
CompanyValues
Declaration
[JsonPropertyOrder(215)]
public List<CaseValue> CompanyValues { get; set; }
Property Value
Divisions
Declaration
[JsonPropertyOrder(202)]
public List<Division> Divisions { get; set; }
Property Value
Employees
Declaration
[JsonPropertyOrder(203)]
public List<EmployeeSet> Employees { get; set; }
Property Value
GlobalCases
Declaration
[JsonPropertyOrder(210)]
public List<CaseChange> GlobalCases { get; set; }
Property Value
GlobalValues
Declaration
[JsonPropertyOrder(211)]
public List<CaseValue> GlobalValues { get; set; }
Property Value
NationalCases
Declaration
[JsonPropertyOrder(212)]
public List<CaseChange> NationalCases { get; set; }
Property Value
NationalValues
Declaration
[JsonPropertyOrder(213)]
public List<CaseValue> NationalValues { get; set; }
Property Value
PayrollResults
Declaration
[JsonPropertyOrder(304)]
public List<PayrollResultSet> PayrollResults { get; set; }
Property Value
Payrolls
Declaration
[JsonPropertyOrder(300)]
public List<PayrollSet> Payrolls { get; set; }
Property Value
PayrunJobInvocations
Declaration
[JsonPropertyOrder(303)]
public List<PayrunJobInvocation> PayrunJobInvocations { get; set; }
Property Value
PayrunJobs
Declaration
[JsonPropertyOrder(302)]
public List<PayrunJob> PayrunJobs { get; set; }
Property Value
Payruns
Declaration
[JsonPropertyOrder(301)]
public List<Payrun> Payruns { get; set; }
Property Value
Regulations
Declaration
[JsonPropertyOrder(206)]
public List<RegulationSet> Regulations { get; set; }
Property Value
Tasks
Declaration
[JsonPropertyOrder(204)]
public List<Task> Tasks { get; set; }
Property Value
Users
Declaration
[JsonPropertyOrder(200)]
public List<User> Users { get; set; }
Property Value
Webhooks
Declaration
[JsonPropertyOrder(205)]
public List<WebhookSet> Webhooks { get; set; }
Property Value
Methods
Equals(IExchangeTenant)
Declaration
public virtual bool Equals(IExchangeTenant compare)
Parameters
Returns
Import(IExchangeTenant)
Declaration
public virtual void Import(IExchangeTenant source)
Parameters
Implements
Extension Methods