Class LookupValue
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class LookupValue : ModelBase, ILookupValue, IModel, IKeyEquatable<ILookupValue>, IEquatable<ILookupValue>
Constructors
LookupValue()
Declaration
LookupValue(LookupValue)
Declaration
public LookupValue(LookupValue copySource)
Parameters
Properties
Key
Declaration
[JsonPropertyOrder(100)]
public string Key { get; set; }
Property Value
KeyValues
Declaration
[JsonPropertyOrder(101)]
public object[] KeyValues { get; set; }
Property Value
OverrideType
Declaration
[JsonPropertyOrder(106)]
public OverrideType OverrideType { get; set; }
Property Value
RangeValue
Declaration
[JsonPropertyOrder(105)]
public decimal? RangeValue { get; set; }
Property Value
Value
Declaration
[JsonPropertyOrder(102)]
public string Value { get; set; }
Property Value
ValueLocalizations
Declaration
[JsonPropertyOrder(104)]
public Dictionary<string, string> ValueLocalizations { get; set; }
Property Value
ValueObject
Declaration
[JsonReadOnly]
[JsonPropertyOrder(103)]
public object ValueObject { get; set; }
Property Value
ValueObjectLocalizations
Declaration
[JsonPropertyOrder(100)]
public Dictionary<string, object> ValueObjectLocalizations { get; set; }
Property Value
Methods
EqualKey(ILookupValue)
Declaration
public virtual bool EqualKey(ILookupValue compare)
Parameters
Returns
Equals(ILookupValue)
Declaration
public virtual bool Equals(ILookupValue compare)
Parameters
Returns
GetUiString()
Declaration
public override string GetUiString()
Returns
Overrides
Implements
Extension Methods