Interface ICaseChange
Payroll case value change client object
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface ICaseChange : IModel, IEquatable<ICaseChange>
Properties
CancellationDate
The cancellation date (immutable)
Declaration
DateTime? CancellationDate { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? |
CancellationId
The cancellation case id (immutable)
Declaration
int? CancellationId { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
CancellationType
The cancellation type
Declaration
CaseCancellationType CancellationType { get; set; }
Property Value
| Type | Description |
|---|---|
| CaseCancellationType |
DivisionId
The division id (immutable) If present, this values overrides all case value divisions DivisionId
Declaration
int? DivisionId { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
DivisionName
The division name (client only)
Declaration
string DivisionName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EmployeeId
The change employee id (immutable)
Declaration
int? EmployeeId { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Forecast
The forecast name
Declaration
string Forecast { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IgnoredValues
The ignored case values
Declaration
List<CaseValue> IgnoredValues { get; set; }
Property Value
| Type | Description |
|---|---|
| List<CaseValue> |
Issues
The case validation issues
Declaration
List<CaseValidationIssue> Issues { get; set; }
Property Value
| Type | Description |
|---|---|
| List<CaseValidationIssue> |
PayrollId
The payroll id
Declaration
int PayrollId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
PayrollName
The payroll name
Declaration
string PayrollName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Reason
The change reason
Declaration
string Reason { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UserId
The change user id
Declaration
int UserId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
UserIdentifier
The change user unique identifier (client only)
Declaration
string UserIdentifier { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ValidationCaseName
The validation case name
Declaration
string ValidationCaseName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Values
The case values
Declaration
List<CaseValue> Values { get; set; }
Property Value
| Type | Description |
|---|---|
| List<CaseValue> |