Interface ILookupData
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface ILookupData : IEquatable<ILookupData>
Properties
Culture
Declaration
string Culture { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Declaration
string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RangeSize
Declaration
decimal? RangeSize { get; set; }
Property Value
| Type | Description |
|---|---|
| decimal? |
Values
Declaration
LookupValueData[] Values { get; set; }
Property Value
| Type | Description |
|---|---|
| LookupValueData[] |