Show / Hide Table of Contents

Class RangeResultQuery

Custom date range result query

Inheritance
object
ResultQueryBase
RangeResultQuery
CollectorRangeResultQuery
WageTypeRangeResultQuery
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 RangeResultQuery : ResultQueryBase

Constructors

View Source

RangeResultQuery(DateTime, DateTime, PayrunJobStatus?)

Initializes a new instance of the RangeResultQuery class

Declaration
protected RangeResultQuery(DateTime start, DateTime end, PayrunJobStatus? jobJobStatus = null)
Parameters
Type Name Description
DateTime start

The range start date

DateTime end

The range end date

PayrunJobStatus? jobJobStatus

The payrun job status query filter

Properties

View Source

End

The range end date

Declaration
public DateTime End { get; }
Property Value
Type Description
DateTime
View Source

Start

The range start date

Declaration
public DateTime Start { 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