Interface ICaseSetup
Payroll case setup client object
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface ICaseSetup : IModel, IEquatable<ICaseSetup>
Properties
CaseName
The case name
Declaration
string CaseName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CaseSlot
The case slot
Declaration
string CaseSlot { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RelatedCases
The related cases
Declaration
List<CaseSetup> RelatedCases { get; set; }
Property Value
| Type | Description |
|---|---|
| List<CaseSetup> |
Values
The case values
Declaration
List<CaseValueSetup> Values { get; set; }
Property Value
| Type | Description |
|---|---|
| List<CaseValueSetup> |