Interface ICaseChange
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface ICaseChange : IModel, IEquatable<ICaseChange>
Properties
CancellationDate
Declaration
DateTime? CancellationDate { get; set; }
Property Value
CancellationId
Declaration
int? CancellationId { get; set; }
Property Value
CancellationType
Declaration
CaseCancellationType CancellationType { get; set; }
Property Value
DivisionId
Declaration
int? DivisionId { get; set; }
Property Value
DivisionName
Declaration
string DivisionName { get; set; }
Property Value
EmployeeId
Declaration
int? EmployeeId { get; set; }
Property Value
Forecast
Declaration
string Forecast { get; set; }
Property Value
IgnoredValues
Declaration
List<CaseValue> IgnoredValues { get; set; }
Property Value
Issues
Declaration
List<CaseValidationIssue> Issues { get; set; }
Property Value
PayrollId
Declaration
int PayrollId { get; set; }
Property Value
PayrollName
Declaration
string PayrollName { get; set; }
Property Value
Reason
Declaration
string Reason { get; set; }
Property Value
UserId
Declaration
Property Value
UserIdentifier
Declaration
string UserIdentifier { get; set; }
Property Value
ValidationCaseName
Declaration
string ValidationCaseName { get; set; }
Property Value
Values
Declaration
List<CaseValue> Values { get; set; }
Property Value
Extension Methods