Show / Hide Table of Contents

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
IModel.GetUiString()
IModel.Id
IModel.IsExistingObject
IModel.IsNewObject
IModel.Status
IModel.Created
IModel.Updated
IModel.UpdateMode
IAttributeObject.Attributes
IKeyEquatable<ILookup>.EqualKey(ILookup)
IEquatable<ILookup>.Equals(ILookup)
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?

Extension Methods

ConsoleExtensions.WriteProperties(object, bool)
ValueTypeExtensions.GetValueType(object)
ObjectInfo.GetPropertyValue(object, string)
ObjectInfo.GetPropertyValue<T>(object, string, T)
ObjectInfo.ResolvePropertyValue(object, string)
ObjectInfo.SetPropertyValue(object, string, object)
☀
☾
Back to top Generated by DocFX