Class CaseChange
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class CaseChange : ModelBase, ICaseChange, IModel, IEquatable<ICaseChange>
Constructors
CaseChange()
Declaration
CaseChange(CaseChange)
Declaration
public CaseChange(CaseChange copySource)
Parameters
Properties
CancellationDate
Declaration
[JsonPropertyOrder(109)]
public DateTime? CancellationDate { get; set; }
Property Value
CancellationId
Declaration
[JsonPropertyOrder(108)]
public int? CancellationId { get; set; }
Property Value
CancellationType
Declaration
[JsonPropertyOrder(107)]
public CaseCancellationType CancellationType { get; set; }
Property Value
DivisionId
Declaration
[JsonPropertyOrder(105)]
public int? DivisionId { get; set; }
Property Value
DivisionName
Declaration
[JsonPropertyOrder(106)]
public string DivisionName { get; set; }
Property Value
EmployeeId
Declaration
[JsonPropertyOrder(104)]
public int? EmployeeId { get; set; }
Property Value
Forecast
Declaration
[JsonPropertyOrder(112)]
public string Forecast { get; set; }
Property Value
IgnoredValues
Declaration
[JsonPropertyOrder(114)]
public List<CaseValue> IgnoredValues { get; set; }
Property Value
Issues
Declaration
[JsonPropertyOrder(115)]
public List<CaseValidationIssue> Issues { get; set; }
Property Value
PayrollId
Declaration
[JsonPropertyOrder(102)]
public int PayrollId { get; set; }
Property Value
PayrollName
Declaration
[JsonPropertyOrder(103)]
public string PayrollName { get; set; }
Property Value
Reason
Declaration
[JsonPropertyOrder(110)]
public string Reason { get; set; }
Property Value
UserId
Declaration
[JsonPropertyOrder(100)]
public int UserId { get; set; }
Property Value
UserIdentifier
Declaration
[JsonPropertyOrder(101)]
public string UserIdentifier { get; set; }
Property Value
ValidationCaseName
Declaration
[JsonPropertyOrder(111)]
public string ValidationCaseName { get; set; }
Property Value
Values
Declaration
[JsonPropertyOrder(113)]
public List<CaseValue> Values { get; set; }
Property Value
Methods
Equals(ICaseChange)
Declaration
public virtual bool Equals(ICaseChange compare)
Parameters
Returns
GetUiString()
Declaration
public override string GetUiString()
Returns
Overrides
Implements
Extension Methods