Interface ICaseSetup
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface ICaseSetup : IModel, IEquatable<ICaseSetup>
Properties
CaseName
Declaration
string CaseName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CaseSlot
Declaration
string CaseSlot { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RelatedCases
Declaration
List<CaseSetup> RelatedCases { get; set; }
Property Value
| Type | Description |
|---|---|
| List<CaseSetup> |
Values
Declaration
List<CaseValueSetup> Values { get; set; }
Property Value
| Type | Description |
|---|---|
| List<CaseValueSetup> |