Interface ILookupRangeResult
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface ILookupRangeResult
Properties
Brackets
Declaration
List<LookupRangeBracket> Brackets { get; set; }
Property Value
| Type | Description |
|---|---|
| List<LookupRangeBracket> |
LookupName
Declaration
string LookupName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RangeMode
Declaration
LookupRangeMode RangeMode { get; set; }
Property Value
| Type | Description |
|---|---|
| LookupRangeMode |
RangeSize
Declaration
decimal? RangeSize { get; set; }
Property Value
| Type | Description |
|---|---|
| decimal? |