Show / Hide Table of Contents

Interface ILookupValue

Represents a value within a lookup

Inherited Members
IModel.GetUiString()
IModel.Id
IModel.IsExistingObject
IModel.IsNewObject
IModel.Status
IModel.Created
IModel.Updated
IModel.UpdateMode
IKeyEquatable<ILookupValue>.EqualKey(ILookupValue)
IEquatable<ILookupValue>.Equals(ILookupValue)
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>

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