Class ResultQueryBase
Result query base
Inheritance
ResultQueryBase
Inherited Members
Namespace: PayrollEngine.Client.Scripting
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public abstract class ResultQueryBase
Constructors
View SourceResultQueryBase(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 SourceForecast
The forecast name
Declaration
public string Forecast { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
JobStatus
Payrun job status filter
Declaration
public PayrunJobStatus? JobStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| PayrunJobStatus? |
Tag
The result tag
Declaration
public string Tag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Tags
The result tags
Declaration
public List<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> |