Class PayrollResult
Inheritance
PayrollResult
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class PayrollResult : ModelBase, IPayrollResult, IModel, IEquatable<IPayrollResult>
Constructors
PayrollResult()
Declaration
PayrollResult(PayrollResult)
Declaration
public PayrollResult(PayrollResult copySource)
Parameters
Properties
CycleEnd
Declaration
[JsonPropertyOrder(109)]
public DateTime CycleEnd { get; set; }
Property Value
CycleName
Declaration
[JsonPropertyOrder(107)]
public string CycleName { get; set; }
Property Value
CycleStart
Declaration
[JsonPropertyOrder(108)]
public DateTime CycleStart { get; set; }
Property Value
DivisionId
Declaration
[JsonPropertyOrder(106)]
public int DivisionId { get; set; }
Property Value
EmployeeId
Declaration
[JsonPropertyOrder(104)]
public int EmployeeId { get; set; }
Property Value
EmployeeIdentifier
Declaration
[JsonPropertyOrder(105)]
public string EmployeeIdentifier { get; set; }
Property Value
PayrollId
Declaration
[JsonPropertyOrder(102)]
public int PayrollId { get; set; }
Property Value
PayrunId
Declaration
[JsonPropertyOrder(103)]
public int PayrunId { get; set; }
Property Value
PayrunJobId
Declaration
[JsonPropertyOrder(101)]
public int PayrunJobId { get; set; }
Property Value
PayrunJobName
Declaration
[JsonPropertyOrder(100)]
public string PayrunJobName { get; set; }
Property Value
PeriodEnd
Declaration
[JsonPropertyOrder(112)]
public DateTime PeriodEnd { get; set; }
Property Value
PeriodName
Declaration
[JsonPropertyOrder(110)]
public string PeriodName { get; set; }
Property Value
PeriodStart
Declaration
[JsonPropertyOrder(111)]
public DateTime PeriodStart { get; set; }
Property Value
Methods
Equals(IPayrollResult)
Declaration
public virtual bool Equals(IPayrollResult compare)
Parameters
Returns
GetUiString()
Declaration
public override string GetUiString()
Returns
Overrides
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods