Show / Hide Table of Contents

Class ResultQueryBase

Result query base

Inheritance
object
ResultQueryBase
CollectorResultQuery
ConsolidatedResultQuery
CycleResultQuery
PeriodResultQuery
RangeResultQuery
WageTypeResultQuery
Inherited Members
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 ResultQueryBase

Constructors

View Source

ResultQueryBase(PayrunJobStatus?)

Initializes a new instance of the ResultQueryBase class

Declaration
protected ResultQueryBase(PayrunJobStatus? jobStatus = null)
Parameters
Type Name Description
PayrunJobStatus? jobStatus

The status query

Properties

View Source

Forecast

The forecast name

Declaration
public string Forecast { get; set; }
Property Value
Type Description
string
View Source

JobStatus

Payrun job status filter

Declaration
public PayrunJobStatus? JobStatus { get; set; }
Property Value
Type Description
PayrunJobStatus?
View Source

Tag

The result tag

Declaration
public string Tag { get; set; }
Property Value
Type Description
string
View Source

Tags

The result tags

Declaration
public List<string> Tags { get; set; }
Property Value
Type Description
List<string>

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