Interface ILookupRangeBracket
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface ILookupRangeBracket
Properties
Key
Declaration
string Key { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RangeEnd
Declaration
decimal RangeEnd { get; set; }
Property Value
| Type | Description |
|---|---|
| decimal |
RangeStart
Declaration
decimal RangeStart { get; set; }
Property Value
| Type | Description |
|---|---|
| decimal |
RangeValue
Declaration
decimal? RangeValue { get; set; }
Property Value
| Type | Description |
|---|---|
| decimal? |
Value
Declaration
string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string |