Compartilhar via


ApplicantTestCriteria

Description

Specifies the set of criteria to use when retrieving a list of applicant job test objects. Only job test 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

LastModifiedDate

BetweenRestrictionOfNullableOfDateTime

A date/time restriction specifying when the test information was last updated.

TestCodeKeyId†

LikeRestrictionOfString

A string restriction that specifies the test code.

ApplicantKeyId†

LikeRestrictionOfNullableOfInt32

A restriction specifying the ID of the applicant for the application.

TestDate†

BetweenRestrictionOfNullableOfDateTime

A date/time restriction specifying the date the test was completed.

Score†

LikeRestrictionOfString

A string restriction that specifies the test score.

Inherits from

Criteria