Interface ILookupValue
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface ILookupValue : IModel, IKeyEquatable<ILookupValue>, IEquatable<ILookupValue>
Properties
Key
Declaration
Property Value
OverrideType
Declaration
OverrideType OverrideType { get; set; }
Property Value
RangeValue
Declaration
decimal? RangeValue { get; set; }
Property Value
Value
Declaration
string Value { get; set; }
Property Value
ValueLocalizations
Declaration
Dictionary<string, string> ValueLocalizations { get; set; }
Property Value
Extension Methods