Class LookupRangeResult
Result of a lookup range bracket computation
Implements
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class LookupRangeResult : ILookupRangeResult
Constructors
LookupRangeResult()
Declaration
public LookupRangeResult()
Properties
Brackets
Range brackets
Declaration
public List<LookupRangeBracket> Brackets { get; set; }
Property Value
| Type | Description |
|---|---|
| List<LookupRangeBracket> |
LookupName
The lookup name
Declaration
public string LookupName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RangeMode
The lookup range mode
Declaration
public LookupRangeMode RangeMode { get; set; }
Property Value
| Type | Description |
|---|---|
| LookupRangeMode |
RangeSize
The lookup range size
Declaration
public decimal? RangeSize { get; set; }
Property Value
| Type | Description |
|---|---|
| decimal? |
Methods
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string |