Class LookupRangeBracket
A lookup range bracket with computed bounds
Implements
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class LookupRangeBracket : ILookupRangeBracket
Constructors
LookupRangeBracket()
Declaration
public LookupRangeBracket()
Properties
Key
The lookup value key
Declaration
public string Key { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RangeEnd
The range end (upper bound), Decimal.MaxValue for unbounded last bracket
Declaration
public decimal RangeEnd { get; set; }
Property Value
| Type | Description |
|---|---|
| decimal |
RangeStart
The range start (lower bound)
Declaration
public decimal RangeStart { get; set; }
Property Value
| Type | Description |
|---|---|
| decimal |
RangeValue
The original range value from the lookup value
Declaration
public decimal? RangeValue { get; set; }
Property Value
| Type | Description |
|---|---|
| decimal? |
Value
The lookup value as JSON
Declaration
public string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string |