Show / Hide Table of Contents

Class ConsolidatedResultQuery

Consolidated result query

Inheritance
object
ResultQueryBase
ConsolidatedResultQuery
CollectorConsolidatedResultQuery
WageTypeConsolidatedResultQuery
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 ConsolidatedResultQuery : ResultQueryBase

Constructors

View Source

ConsolidatedResultQuery(DateTime, PayrunJobStatus?)

Initializes a new instance of the ConsolidatedResultQuery class

Declaration
protected ConsolidatedResultQuery(DateTime periodMoment, PayrunJobStatus? jobStatus = null)
Parameters
Type Name Description
DateTime periodMoment

Moment within the period

PayrunJobStatus? jobStatus

The payrun job status query filter

Properties

View Source

NoRetro

Exclude retro jobs (incremental jobs with ParentJobId set): only original main-job payslip values per period are returned

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

PeriodMoment

Moment within the period

Declaration
public DateTime PeriodMoment { get; }
Property Value
Type Description
DateTime

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)
  • View Source
☀
☾
Back to top Generated by DocFX