ApplicantWorkHistoryCriteria


Description

Specifies the set of criteria to use when retrieving a list of applicant work history objects. Only work history 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 work history information was last updated.

ApplicantKeyId

LikeRestrictionOfNullableOfInt32

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

Employer

LikeRestrictionOfString

A string restriction specifying the name of a past employer.

Wage

BetweenRestrictionOfNullableOfDecimal

A restriciton that specifies a range of wages.

YearsOfExperience

BetweenRestrictionOfString

A restriction specifying a range of values to use for years of experience.


Inherits from

Criteria


Documentation Feedback