Class CaseChangeCaseValue
A case value from a case change used in national, company and employee case
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class CaseChangeCaseValue : CaseValue, ICaseChangeCaseValue, ICaseValue, IModel, IAttributeObject, IEquatable<ICaseValue>
Constructors
CaseChangeCaseValue()
Declaration
public CaseChangeCaseValue()
Properties
CancellationId
The canceled case change id
Declaration
public int? CancellationId { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
CancellationType
The cancellation type
Declaration
public CaseCancellationType CancellationType { get; set; }
Property Value
| Type | Description |
|---|---|
| CaseCancellationType |
CaseChangeCreated
The case change creation
Declaration
public DateTime CaseChangeCreated { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
CaseChangeId
The case change id
Declaration
[Required]
public int CaseChangeId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Documents
The document count
Declaration
public int Documents { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Reason
The change reason
Declaration
public string Reason { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UserId
The change user id
Declaration
[Required]
public int UserId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
UserIdentifier
The user unique identifier
Declaration
[StringLength(128)]
public string UserIdentifier { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ValidationCaseName
The validation case name
Declaration
public string ValidationCaseName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |