Class LookupValueData
Lookup value date in a specific language
Implements
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class LookupValueData : IEquatable<LookupValueData>
Constructors
LookupValueData()
Initializes a new instance
Declaration
public LookupValueData()
LookupValueData(LookupValueData)
Initializes a new instance from a copy
Declaration
public LookupValueData(LookupValueData copySource)
Parameters
| Type | Name | Description |
|---|---|---|
| LookupValueData | copySource | The copy source |
Properties
Key
The lookup key
Declaration
public string Key { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RangeValue
The lookup range value
Declaration
public decimal? RangeValue { get; set; }
Property Value
| Type | Description |
|---|---|
| decimal? |
Value
The lookup value as JSON
Declaration
public string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
Equals(LookupValueData)
Declaration
public virtual bool Equals(LookupValueData compare)
Parameters
| Type | Name | Description |
|---|---|---|
| LookupValueData | compare |
Returns
| Type | Description |
|---|---|
| bool |
ToString()
Returns a string that represents this instance
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | A string that represents this instance |