Interface ICaseFieldSet
The payroll case field client object
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface ICaseFieldSet : ICaseField, IModel, IAttributeObject, IKeyEquatable<ICaseField>, IEquatable<ICaseField>, IEquatable<ICaseFieldSet>
Properties
CancellationDate
Cancellation date
Declaration
DateTime? CancellationDate { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? |
CaseSlot
The case slot
Declaration
string CaseSlot { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CaseSlotLocalizations
The localized case slots
Declaration
Dictionary<string, string> CaseSlotLocalizations { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, string> |
DisplayName
The case field display name
Declaration
string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
End
The ending date for the value
Declaration
DateTime? End { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? |
Start
The starting date for the value
Declaration
DateTime? Start { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? |
Value
The case value (JSON format)
Declaration
string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string |