Class PayrollCaseChangeQuery
Payroll case change query parameters
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class PayrollCaseChangeQuery : CaseChangeQuery
Constructors
PayrollCaseChangeQuery()
Declaration
public PayrollCaseChangeQuery()
Properties
CaseType
The case type
Declaration
[Required]
public CaseType CaseType { get; set; }
Property Value
| Type | Description |
|---|---|
| CaseType |
ClusterSetName
The cluster set name
Declaration
public string ClusterSetName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EmployeeId
The employeeId id, mandatory for employee case
Declaration
public int? EmployeeId { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
EvaluationDate
The evaluation date
Declaration
public DateTime? EvaluationDate { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? |
RegulationDate
The regulation date
Declaration
public DateTime? RegulationDate { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? |
UserId
The user id
Declaration
[Required]
public int UserId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |