Class PeriodCasePayrollValueDictionary
Dictionary of case value grouped by date period
Implements
Inherited Members
Namespace: PayrollEngine.Client.Scripting
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public class PeriodCasePayrollValueDictionary : Dictionary<DatePeriod, CasePayrollValue>, IDictionary<DatePeriod, CasePayrollValue>, ICollection<KeyValuePair<DatePeriod, CasePayrollValue>>, IDictionary, ICollection, IReadOnlyDictionary<DatePeriod, CasePayrollValue>, IReadOnlyCollection<KeyValuePair<DatePeriod, CasePayrollValue>>, IEnumerable<KeyValuePair<DatePeriod, CasePayrollValue>>, ISerializable, IDeserializationCallback, IEnumerable<PeriodValue>, IEnumerable
Constructors
PeriodCasePayrollValueDictionary(IDictionary<DatePeriod, CasePayrollValue>)
Declaration
public PeriodCasePayrollValueDictionary(IDictionary<DatePeriod, CasePayrollValue> values)
Parameters
| Type | Name | Description |
|---|---|---|
| IDictionary<DatePeriod, CasePayrollValue> | values |