Show / Hide Table of Contents

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

Extension Methods

ConsoleExtensions.WriteProperties(object, bool)
ValueTypeExtensions.GetValueType(object)
ObjectInfo.GetPropertyValue(object, string)
ObjectInfo.GetPropertyValue<T>(object, string, T)
ObjectInfo.ResolvePropertyValue(object, string)
ObjectInfo.SetPropertyValue(object, string, object)
☀
☾
Back to top Generated by DocFX