Class CaseValueResult
Case value result
Inherited Members
Namespace: PayrollEngine.Client.Scripting
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public class CaseValueResult
Constructors
CaseValueResult()
Declaration
public CaseValueResult()
Properties
CaseFieldName
The case field name
Declaration
public string CaseFieldName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CaseSlot
The case slot
Declaration
public string CaseSlot { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Tags
The case value result tags
Declaration
public List<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> |
Value
The case result value
Declaration
public PayrollValue Value { get; set; }
Property Value
| Type | Description |
|---|---|
| PayrollValue |
Operators
implicit operator PayrollValue(CaseValueResult)
Case value result to decimal
Declaration
public static implicit operator PayrollValue(CaseValueResult result)
Parameters
| Type | Name | Description |
|---|---|---|
| CaseValueResult | result |
Returns
| Type | Description |
|---|---|
| PayrollValue |