Interface ILookup
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface ILookup : IModel, IAttributeObject, IKeyEquatable<ILookup>, IEquatable<ILookup>
Properties
Description
Declaration
string Description { get; set; }
Property Value
DescriptionLocalizations
Declaration
Dictionary<string, string> DescriptionLocalizations { get; set; }
Property Value
Name
Declaration
string Name { get; set; }
Property Value
NameLocalizations
Declaration
Dictionary<string, string> NameLocalizations { get; set; }
Property Value
OverrideType
Declaration
OverrideType OverrideType { get; set; }
Property Value
RangeMode
Declaration
LookupRangeMode RangeMode { get; set; }
Property Value
RangeSize
Declaration
decimal? RangeSize { get; set; }
Property Value
Extension Methods