Show / Hide Table of Contents

Class LookupRangeResult

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

Constructors

LookupRangeResult()

Declaration
public LookupRangeResult()

Properties

Brackets

Declaration
public List<LookupRangeBracket> Brackets { get; set; }
Property Value
Type Description
List<LookupRangeBracket>

LookupName

Declaration
public string LookupName { get; set; }
Property Value
Type Description
string

RangeMode

Declaration
public LookupRangeMode RangeMode { get; set; }
Property Value
Type Description
LookupRangeMode

RangeSize

Declaration
public decimal? RangeSize { get; set; }
Property Value
Type Description
decimal?

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()

Implements

ILookupRangeResult

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