Interface ILookupRangeResult
Result of a lookup range bracket computation
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface ILookupRangeResult
Properties
Brackets
Range brackets
Declaration
List<LookupRangeBracket> Brackets { get; set; }
Property Value
| Type | Description |
|---|---|
| List<LookupRangeBracket> |
LookupName
The lookup name
Declaration
string LookupName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RangeMode
The lookup range mode
Declaration
LookupRangeMode RangeMode { get; set; }
Property Value
| Type | Description |
|---|---|
| LookupRangeMode |
RangeSize
The lookup range size
Declaration
decimal? RangeSize { get; set; }
Property Value
| Type | Description |
|---|---|
| decimal? |