Show / Hide Table of Contents

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

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