EmployeePayCodeCriteria


Description

Specifies the criteria to use when retrieving a list of employee pay code summary objects. Only employee pay code summary objects that match the specified criteria will be returned. For the best performance, create criteria that uses only the properties marked with the dagger (†). These properties correspond to indexed columns in the database.

Properties

Property

Type

Description

EmployeeKeyId

LikeRestrictionOfString

A string restriction specifying an employee ID.

PayCodeKeyId

LikeRestrictionOfString

A string restriction specifying a pay code ID.

IsInactive

RestrictionOfNullableOfBoolean

A boolean restriction specifying whether the employee pay code is active or inactive.

PayPeriod

ListRestrictionOfNullableOfCompensationPeriod

A restriction specifying the length of the pay period.

IsTaxable

RestrictionOfNullableOfBoolean

A boolean restriction specifying whether employee pay is taxable.

PayRate

BetweenRestrictionOfNullableOfDecimal

A decimal restiction that specifies a pay range.

PayType

ListRestrictionOfNullableOfEmployeePayTypes

A restriction specifying pay type.


Inherits from

Criteria


Documentation Feedback