Show / Hide Table of Contents

Interface ILookup

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

Declaration
string Description { get; set; }
Property Value
Type Description
string

DescriptionLocalizations

Declaration
Dictionary<string, string> DescriptionLocalizations { get; set; }
Property Value
Type Description
Dictionary<string, string>

Name

Declaration
string Name { get; set; }
Property Value
Type Description
string

NameLocalizations

Declaration
Dictionary<string, string> NameLocalizations { get; set; }
Property Value
Type Description
Dictionary<string, string>

OverrideType

Declaration
OverrideType OverrideType { get; set; }
Property Value
Type Description
OverrideType

RangeMode

Declaration
LookupRangeMode RangeMode { get; set; }
Property Value
Type Description
LookupRangeMode

RangeSize

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