Show / Hide Table of Contents

Class LookupValueData

Inheritance
object
LookupValueData
Implements
IEquatable<LookupValueData>
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 LookupValueData : IEquatable<LookupValueData>

Constructors

LookupValueData()

Declaration
public LookupValueData()

LookupValueData(LookupValueData)

Declaration
public LookupValueData(LookupValueData copySource)
Parameters
Type Name Description
LookupValueData copySource

Properties

Key

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

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

Equals(LookupValueData)

Declaration
public virtual bool Equals(LookupValueData compare)
Parameters
Type Name Description
LookupValueData compare
Returns
Type Description
bool

ToString()

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

Implements

IEquatable<T>

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