Interface ILookupValue
Represents a value within a lookup
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface ILookupValue : IModel, IKeyEquatable<ILookupValue>, IEquatable<ILookupValue>
Properties
Key
The lookup key
Declaration
string Key { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OverrideType
The override type
Declaration
OverrideType OverrideType { get; set; }
Property Value
| Type | Description |
|---|---|
| OverrideType |
RangeValue
The lookup range value
Declaration
decimal? RangeValue { get; set; }
Property Value
| Type | Description |
|---|---|
| decimal? |
Value
The lookup value as JSON
Declaration
string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ValueLocalizations
The localized lookup values
Declaration
Dictionary<string, string> ValueLocalizations { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, string> |