Interface ICaseSet
The payroll derived case
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface ICaseSet : ICase, IModel, IAttributeObject, IKeyEquatable<ICase>, IEquatable<ICase>, IEquatable<ICaseSet>
Properties
CancellationDate
The 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 display name
Declaration
string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Fields
The derived case fields
Declaration
List<CaseFieldSet> Fields { get; set; }
Property Value
| Type | Description |
|---|---|
| List<CaseFieldSet> |
Forecast
The change forecast
Declaration
string Forecast { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Reason
The change reason
Declaration
string Reason { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RelatedCases
The related cases
Declaration
List<CaseSet> RelatedCases { get; set; }
Property Value
| Type | Description |
|---|---|
| List<CaseSet> |