Interface IPayrollResult
The payroll result info client object
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IPayrollResult : IModel, IEquatable<IPayrollResult>
Properties
CycleEnd
The cycle end date (immutable)
Declaration
DateTime CycleEnd { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
CycleName
The cycle name (immutable)
Declaration
string CycleName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CycleStart
The cycle start date (immutable)
Declaration
DateTime CycleStart { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
DivisionId
The division id (immutable)
Declaration
int DivisionId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
EmployeeId
The employee id (immutable)
Declaration
int EmployeeId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
EmployeeIdentifier
The employee identifier (client only)
Declaration
string EmployeeIdentifier { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PayrollId
The payroll id (immutable)
Declaration
int PayrollId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
PayrunId
The payrun id (immutable)
Declaration
int PayrunId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
PayrunJobId
The payrun job id (immutable)
Declaration
int PayrunJobId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
PayrunJobName
The payrun job name (client only)
Declaration
string PayrunJobName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PeriodEnd
The period end date (immutable)
Declaration
DateTime PeriodEnd { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
PeriodName
The period name (immutable)
Declaration
string PeriodName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PeriodStart
The period start date (immutable)
Declaration
DateTime PeriodStart { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |