Show / Hide Table of Contents

Class LookupValueData

Represents the API LookupValueData object

Inheritance
object
LookupValueData
Inherited Members
object.GetType()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine.Client.Scripting.Function
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public sealed class LookupValueData

Constructors

View Source

LookupValueData()

Declaration
public LookupValueData()

Properties

View Source

Key

The lookup key

Declaration
public string Key { get; set; }
Property Value
Type Description
string
View Source

Value

The lookup value as JSON

Declaration
public string Value { get; set; }
Property Value
Type Description
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)
  • View Source
☀
☾
Back to top Generated by DocFX