Show / Hide Table of Contents

Class CollectorConsolidatedResultQuery

Collector consolidated result query

Inheritance
object
ResultQueryBase
ConsolidatedResultQuery
CollectorConsolidatedResultQuery
Inherited Members
ConsolidatedResultQuery.PeriodMoment
ConsolidatedResultQuery.NoRetro
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 CollectorConsolidatedResultQuery : ConsolidatedResultQuery

Constructors

View Source

CollectorConsolidatedResultQuery(IEnumerable<string>, DateTime, PayrunJobStatus?)

Initializes a new instance of the CollectorConsolidatedResultQuery class

Declaration
public CollectorConsolidatedResultQuery(IEnumerable<string> collectorNames, DateTime periodMoment, PayrunJobStatus? jobStatus = null)
Parameters
Type Name Description
IEnumerable<string> collectorNames

The collector names

DateTime periodMoment

Moment within the period

PayrunJobStatus? jobStatus

The payrun job status query filter

View Source

CollectorConsolidatedResultQuery(string, DateTime, PayrunJobStatus?)

Initializes a new instance of the CollectorConsolidatedResultQuery class

Declaration
public CollectorConsolidatedResultQuery(string collectorName, DateTime periodMoment, PayrunJobStatus? jobStatus = null)
Parameters
Type Name Description
string collectorName

The collector name

DateTime periodMoment

Moment within the period

PayrunJobStatus? jobStatus

The payrun job status query filter

Properties

View Source

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)
  • View Source
☀
☾
Back to top Generated by DocFX