Show / Hide Table of Contents

Class CollectorResultQuery

Collector result query

Inheritance
object
ResultQueryBase
CollectorResultQuery
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 class CollectorResultQuery : ResultQueryBase

Constructors

CollectorResultQuery(IEnumerable<string>, PayrunJobStatus?)

Initializes a new instance of the CollectorResultQuery class

Declaration
public CollectorResultQuery(IEnumerable<string> collectorNames, PayrunJobStatus? jobJobStatus = null)
Parameters
Type Name Description
IEnumerable<string> collectorNames

The collector names

PayrunJobStatus? jobJobStatus

The payrun job status query filter

CollectorResultQuery(string, PayrunJobStatus?)

Initializes a new instance of the CollectorResultQuery class

Declaration
public CollectorResultQuery(string collectorName, PayrunJobStatus? jobJobStatus = null)
Parameters
Type Name Description
string collectorName

The collector name

PayrunJobStatus? jobJobStatus

The payrun job status query filter

Properties

Collectors

The collector names

Declaration
public List<string> Collectors { get; }
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)
☀
☾
Back to top Generated by DocFX