Show / Hide Table of Contents

Class LookupRangeBracket

Inheritance
object
LookupRangeBracket
Implements
ILookupRangeBracket
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 LookupRangeBracket : ILookupRangeBracket

Constructors

LookupRangeBracket()

Declaration
public LookupRangeBracket()

Properties

Key

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

RangeEnd

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

RangeStart

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

RangeValue

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

Value

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

Methods

ToString()

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

Implements

ILookupRangeBracket

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