Interface ILookupData
Localized lookup for UI cases like list/grid selections
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface ILookupData : IEquatable<ILookupData>
Properties
Culture
The culture of the values
Declaration
string Culture { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
The lookup name
Declaration
string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RangeSize
The lookup range size
Declaration
decimal? RangeSize { get; set; }
Property Value
| Type | Description |
|---|---|
| decimal? |
Values
The lookup values
Declaration
LookupValueData[] Values { get; set; }
Property Value
| Type | Description |
|---|---|
| LookupValueData[] |