Class CaseSetup
Payroll case value change client object
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class CaseSetup : ModelBase, ICaseSetup, IModel, IEquatable<ICaseSetup>
Constructors
CaseSetup()
Initializes a new instance
Declaration
public CaseSetup()
CaseSetup(CaseSetup)
Initializes a new instance from a copy
Declaration
public CaseSetup(CaseSetup copySource)
Parameters
| Type | Name | Description |
|---|---|---|
| CaseSetup | copySource | The copy source |
Properties
CaseName
The case name
Declaration
[Required]
[JsonPropertyOrder(100)]
public string CaseName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CaseSlot
The case slot
Declaration
[JsonPropertyOrder(101)]
public string CaseSlot { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RelatedCases
The related cases
Declaration
[JsonPropertyOrder(103)]
public List<CaseSetup> RelatedCases { get; set; }
Property Value
| Type | Description |
|---|---|
| List<CaseSetup> |
Values
The case values
Declaration
[JsonPropertyOrder(102)]
public List<CaseValueSetup> Values { get; set; }
Property Value
| Type | Description |
|---|---|
| List<CaseValueSetup> |
Methods
Equals(ICaseSetup)
Declaration
public virtual bool Equals(ICaseSetup compare)
Parameters
| Type | Name | Description |
|---|---|---|
| ICaseSetup | compare |
Returns
| Type | Description |
|---|---|
| bool |
GetUiString()
The object UI string
Declaration
public override string GetUiString()
Returns
| Type | Description |
|---|---|
| string |