Class LookupValueData
Inheritance
LookupValueData
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class LookupValueData : IEquatable<LookupValueData>
Constructors
LookupValueData()
Declaration
LookupValueData(LookupValueData)
Declaration
public LookupValueData(LookupValueData copySource)
Parameters
Properties
Key
Declaration
public string Key { get; set; }
Property Value
RangeValue
Declaration
public decimal? RangeValue { get; set; }
Property Value
Value
Declaration
public string Value { get; set; }
Property Value
Methods
Equals(LookupValueData)
Declaration
public virtual bool Equals(LookupValueData compare)
Parameters
Returns
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods