Show / Hide Table of Contents

Interface ILookupSet

Lookup including the lookup value

Inherited Members
ILookup.Name
ILookup.NameLocalizations
ILookup.Description
ILookup.DescriptionLocalizations
ILookup.OverrideType
ILookup.RangeMode
ILookup.RangeSize
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)
IEquatable<ILookupSet>.Equals(ILookupSet)
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface ILookupSet : ILookup, IModel, IAttributeObject, IKeyEquatable<ILookup>, IEquatable<ILookup>, IEquatable<ILookupSet>

Properties

Values

The lookup values

Declaration
List<LookupValue> Values { get; set; }
Property Value
Type Description
List<LookupValue>

Extension Methods

LookupSetExtensions.ApplyRangeValue(ILookupSet, decimal, string)
LookupSetExtensions.ApplyThresholdRangeValue(ILookupSet, decimal, string)
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