Show / Hide Table of Contents

Class WageTypeCycleResultQuery

Wage type cycle result query

Inheritance
object
ResultQueryBase
CycleResultQuery
WageTypeCycleResultQuery
Inherited Members
CycleResultQuery.CycleCount
ResultQueryBase.Forecast
ResultQueryBase.JobStatus
ResultQueryBase.Tag
ResultQueryBase.Tags
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 WageTypeCycleResultQuery : CycleResultQuery

Constructors

WageTypeCycleResultQuery(IEnumerable<decimal>, int, PayrunJobStatus?)

Initializes a new instance of the WageTypeCycleResultQuery class

Declaration
public WageTypeCycleResultQuery(IEnumerable<decimal> wageTypeNumbers, int cycleCount = 0, PayrunJobStatus? jobJobStatus = null)
Parameters
Type Name Description
IEnumerable<decimal> wageTypeNumbers

The wage type numbers

int cycleCount

The cycle count

PayrunJobStatus? jobJobStatus

The payrun job status query filter

WageTypeCycleResultQuery(decimal, int, PayrunJobStatus?)

Initializes a new instance of the WageTypeCycleResultQuery class

Declaration
public WageTypeCycleResultQuery(decimal wageTypeNumber, int cycleCount = 0, PayrunJobStatus? jobJobStatus = null)
Parameters
Type Name Description
decimal wageTypeNumber

The wage type number

int cycleCount

The cycle count

PayrunJobStatus? jobJobStatus

The payrun job status query filter

Properties

WageTypes

The wage type numbers

Declaration
public List<decimal> WageTypes { get; }
Property Value
Type Description
List<decimal>

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