Interface ILookupRangeBracket
A lookup range bracket with computed bounds
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface ILookupRangeBracket
Properties
Key
The lookup value key
Declaration
string Key { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RangeEnd
The range end value (unbound bracket: Decimal.MaxValue)
Declaration
decimal RangeEnd { get; set; }
Property Value
| Type | Description |
|---|---|
| decimal |
RangeStart
The range start value
Declaration
decimal RangeStart { get; set; }
Property Value
| Type | Description |
|---|---|
| decimal |
RangeValue
The brackets range value
Declaration
decimal? RangeValue { get; set; }
Property Value
| Type | Description |
|---|---|
| decimal? |
Remarks
Threshold lookup: value within the matching bracket. Progressive lookup: matching bracket value range, except the last one which the value within his range. Other: null.
Value
The lookup value as JSON
Declaration
string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string |