Show / Hide Table of Contents

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?

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