Show / Hide Table of Contents

Interface ILookupData

Inherited Members
IEquatable<ILookupData>.Equals(ILookupData)
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface ILookupData : IEquatable<ILookupData>

Properties

Culture

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

Name

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

RangeSize

Declaration
decimal? RangeSize { get; set; }
Property Value
Type Description
decimal?

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