Show / Hide Table of Contents

Class WageTypeResultQuery

Wage type result query

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

Constructors

View Source

WageTypeResultQuery(IEnumerable<decimal>, PayrunJobStatus?)

Initializes a new instance of the WageTypeResultQuery class

Declaration
public WageTypeResultQuery(IEnumerable<decimal> wageTypeNumbers, PayrunJobStatus? jobJobStatus = null)
Parameters
Type Name Description
IEnumerable<decimal> wageTypeNumbers

The wage type numbers

PayrunJobStatus? jobJobStatus

The payrun job status query filter

View Source

WageTypeResultQuery(decimal, PayrunJobStatus?)

Initializes a new instance of the WageTypeResultQuery class

Declaration
public WageTypeResultQuery(decimal wageTypeNumber, PayrunJobStatus? jobJobStatus = null)
Parameters
Type Name Description
decimal wageTypeNumber

The wage type number

PayrunJobStatus? jobJobStatus

The payrun job status query filter

Properties

View Source

WageTypes

The wage type numbers

Declaration
public List<decimal> WageTypes { get; }
Property Value
Type Description
List<decimal>

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