Interface ILookup
The payroll lookup client object identified by his unique name. The lookup contains one or more columns and the ValueColumn indicates.
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface ILookup : IModel, IAttributeObject, IKeyEquatable<ILookup>, IEquatable<ILookup>
Properties
Description
The lookup description
Declaration
string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DescriptionLocalizations
The localized lookup descriptions
Declaration
Dictionary<string, string> DescriptionLocalizations { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, string> |
Name
The unique lookup name (immutable)
Declaration
string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NameLocalizations
The localized lookup names
Declaration
Dictionary<string, string> NameLocalizations { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, string> |
OverrideType
The override type
Declaration
OverrideType OverrideType { get; set; }
Property Value
| Type | Description |
|---|---|
| OverrideType |
RangeMode
Lookup range mode
Declaration
LookupRangeMode RangeMode { get; set; }
Property Value
| Type | Description |
|---|---|
| LookupRangeMode |
RangeSize
The lookup range size
Declaration
decimal? RangeSize { get; set; }
Property Value
| Type | Description |
|---|---|
| decimal? |