Show / Hide Table of Contents

Interface ILookupData

Localized lookup for UI cases like list/grid selections

Inherited Members
IEquatable<ILookupData>.Equals(ILookupData)
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[]

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