Interface ICaseChangeSetup
Payroll case change setup client object
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface ICaseChangeSetup : IModel, IEquatable<ICaseChangeSetup>
Properties
CancellationCreated
The creation date from the case to cancel, the root case specifies the target case
Declaration
DateTime? CancellationCreated { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? |
CancellationId
The case to cancel, the root case specifies the target case
Declaration
int? CancellationId { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Case
The setup root case
Declaration
CaseSetup Case { get; set; }
Property Value
| Type | Description |
|---|---|
| CaseSetup |
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? |
EmployeeIdentifier
The employee identifier (client only)
Declaration
string EmployeeIdentifier { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Forecast
The forecast name
Declaration
string Forecast { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Issues
The case validation issues
Declaration
List<CaseValidationIssue> Issues { get; set; }
Property Value
| Type | Description |
|---|---|
| List<CaseValidationIssue> |
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 |