Show / Hide Table of Contents

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?

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