Show / Hide Table of Contents

Class PeriodResultQuery

Period result query

Inheritance
object
ResultQueryBase
PeriodResultQuery
CollectorPeriodResultQuery
WageTypePeriodResultQuery
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 PeriodResultQuery : ResultQueryBase

Constructors

PeriodResultQuery(int, PayrunJobStatus?)

Initializes a new instance of the PeriodResultQuery class

Declaration
protected PeriodResultQuery(int periodCount = 0, PayrunJobStatus? jobStatus = null)
Parameters
Type Name Description
int periodCount

The period count

PayrunJobStatus? jobStatus

The payrun job status query filter

Properties

PeriodCount

The period count

Declaration
public int PeriodCount { 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