Show / Hide Table of Contents

Class LookupSetExtensions

Inheritance
object
LookupSetExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public static class LookupSetExtensions

Methods

ApplyRangeValue(ILookupSet, decimal, string)

Declaration
public static decimal ApplyRangeValue(this ILookupSet lookup, decimal rangeValue, string valueFieldName = null)
Parameters
Type Name Description
ILookupSet lookup
decimal rangeValue
string valueFieldName
Returns
Type Description
decimal

ApplyThresholdRangeValue(ILookupSet, decimal, string)

Declaration
public static decimal ApplyThresholdRangeValue(this ILookupSet lookup, decimal rangeValue, string valueFieldName = null)
Parameters
Type Name Description
ILookupSet lookup
decimal rangeValue
string valueFieldName
Returns
Type Description
decimal
☀
☾
Back to top Generated by DocFX