Show / Hide Table of Contents

Class CycleResultQuery

Cycle result query

Inheritance
object
ResultQueryBase
CycleResultQuery
CollectorCycleResultQuery
WageTypeCycleResultQuery
Inherited Members
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 abstract class CycleResultQuery : ResultQueryBase

Constructors

CycleResultQuery(int, PayrunJobStatus?)

Initializes a new instance of the CycleResultQuery class

Declaration
protected CycleResultQuery(int cycleCount = 0, PayrunJobStatus? jobJobStatus = null)
Parameters
Type Name Description
int cycleCount

The cycle count

PayrunJobStatus? jobJobStatus

The payrun job status query filter

Properties

CycleCount

The cycle count

Declaration
public int CycleCount { get; }
Property Value
Type Description
int

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