Interface IPayrollResult
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IPayrollResult : IModel, IEquatable<IPayrollResult>
Properties
CycleEnd
Declaration
DateTime CycleEnd { get; set; }
Property Value
CycleName
Declaration
string CycleName { get; set; }
Property Value
CycleStart
Declaration
DateTime CycleStart { get; set; }
Property Value
DivisionId
Declaration
int DivisionId { get; set; }
Property Value
EmployeeId
Declaration
int EmployeeId { get; set; }
Property Value
EmployeeIdentifier
Declaration
string EmployeeIdentifier { get; set; }
Property Value
PayrollId
Declaration
int PayrollId { get; set; }
Property Value
PayrunId
Declaration
int PayrunId { get; set; }
Property Value
PayrunJobId
Declaration
int PayrunJobId { get; set; }
Property Value
PayrunJobName
Declaration
string PayrunJobName { get; set; }
Property Value
PeriodEnd
Declaration
DateTime PeriodEnd { get; set; }
Property Value
PeriodName
Declaration
string PeriodName { get; set; }
Property Value
PeriodStart
Declaration
DateTime PeriodStart { get; set; }
Property Value
Extension Methods