Show / Hide Table of Contents

Class CasePayrollValueDictionary

Dictionary of multiple case values grouped by case field name

Inheritance
object
Dictionary<string, CasePayrollValue>
CasePayrollValueDictionary
Implements
IDictionary<string, CasePayrollValue>
ICollection<KeyValuePair<string, CasePayrollValue>>
IDictionary
ICollection
IReadOnlyDictionary<string, CasePayrollValue>
IReadOnlyCollection<KeyValuePair<string, CasePayrollValue>>
IEnumerable<KeyValuePair<string, CasePayrollValue>>
ISerializable
IDeserializationCallback
IEnumerable<PeriodValue>
IEnumerable
Inherited Members
Dictionary<string, CasePayrollValue>.Add(string, CasePayrollValue)
Dictionary<string, CasePayrollValue>.Clear()
Dictionary<string, CasePayrollValue>.ContainsKey(string)
Dictionary<string, CasePayrollValue>.ContainsValue(CasePayrollValue)
Dictionary<string, CasePayrollValue>.GetEnumerator()
Dictionary<string, CasePayrollValue>.GetAlternateLookup<TAlternateKey>()
Dictionary<string, CasePayrollValue>.TryGetAlternateLookup<TAlternateKey>(out Dictionary<string, CasePayrollValue>.AlternateLookup<TAlternateKey>)
Dictionary<string, CasePayrollValue>.OnDeserialization(object)
Dictionary<string, CasePayrollValue>.Remove(string)
Dictionary<string, CasePayrollValue>.Remove(string, out CasePayrollValue)
Dictionary<string, CasePayrollValue>.TryGetValue(string, out CasePayrollValue)
Dictionary<string, CasePayrollValue>.TryAdd(string, CasePayrollValue)
Dictionary<string, CasePayrollValue>.EnsureCapacity(int)
Dictionary<string, CasePayrollValue>.TrimExcess()
Dictionary<string, CasePayrollValue>.TrimExcess(int)
Dictionary<string, CasePayrollValue>.Comparer
Dictionary<string, CasePayrollValue>.Count
Dictionary<string, CasePayrollValue>.Capacity
Dictionary<string, CasePayrollValue>.Keys
Dictionary<string, CasePayrollValue>.Values
Dictionary<string, CasePayrollValue>.this[string]
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine.Client.Scripting
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public class CasePayrollValueDictionary : Dictionary<string, CasePayrollValue>, IDictionary<string, CasePayrollValue>, ICollection<KeyValuePair<string, CasePayrollValue>>, IDictionary, ICollection, IReadOnlyDictionary<string, CasePayrollValue>, IReadOnlyCollection<KeyValuePair<string, CasePayrollValue>>, IEnumerable<KeyValuePair<string, CasePayrollValue>>, ISerializable, IDeserializationCallback, IEnumerable<PeriodValue>, IEnumerable

Constructors

View Source

CasePayrollValueDictionary(IDictionary<string, CasePayrollValue>)

Declaration
public CasePayrollValueDictionary(IDictionary<string, CasePayrollValue> values)
Parameters
Type Name Description
IDictionary<string, CasePayrollValue> values

Properties

View Source

HasAllValues

Return true if all values are available

Declaration
public bool HasAllValues { get; }
Property Value
Type Description
bool
View Source

HasAnyValue

Return true if any value is available

Declaration
public bool HasAnyValue { get; }
Property Value
Type Description
bool

Implements

IDictionary<TKey, TValue>
ICollection<T>
IDictionary
ICollection
IReadOnlyDictionary<TKey, TValue>
IReadOnlyCollection<T>
IEnumerable<T>
ISerializable
IDeserializationCallback
IEnumerable<T>
IEnumerable

Extension Methods

PayrollValueExtensions.GetDecimalValues(IEnumerable<PayrollValue>)
PeriodValueExtensions.GetDurations(IEnumerable<PeriodValue>)
PeriodValueExtensions.GetPeriod(IEnumerable<PeriodValue>)
PeriodValueExtensions.GetPeriodEnd(IEnumerable<PeriodValue>)
PeriodValueExtensions.GetPeriodEnds(IEnumerable<PeriodValue>)
PeriodValueExtensions.GetPeriodStart(IEnumerable<PeriodValue>)
PeriodValueExtensions.GetPeriodStarts(IEnumerable<PeriodValue>)
PeriodValueExtensions.GetPeriods(IEnumerable<PeriodValue>)
PeriodValueExtensions.TotalDaysByValue(IEnumerable<PeriodValue>)
PeriodValueExtensions.TotalDaysByValue(IEnumerable<PeriodValue>, bool)
PeriodValueExtensions.TotalDuration(IEnumerable<PeriodValue>)
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)
  • View Source
☀
☾
Back to top Generated by DocFX