Share via


ApplicantCriteria

Description

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

RequisitionKeyId

LikeRestrictionOfNullableOfInt32

A key that uniquely identifies the job requisition associated with the application.

FirstName†

LikeRestrictionOfString

A string restriction specifying the first name of the applicant.

LastName†

LikeRestrictionOfString

A string restriction specifying the last name of the applicant.

PositionKeyId†

LikeRestrictionOfString

A string restriction specifying the ID of the position for the application.

DivisionKeyId†

LikeRestrictionOfString

A string restriction specifying the ID of the division for the application.

DepartmentKeyId†

LikeRestrictionOfString

A string restriction specifying the ID of the department for the application.

ApplicationStatus†

ListRestrictionOfNullableOfApplicationStatus

A list restriction specifying the status of the application for the applicant..

LastModifiedDate

BetweenRestrictionOfNullableOfDateTime

A date/time restriction specifying the date that applicant information was updated.

ApplicantKeyId†

LikeRestrictionOfNullableOfInt32

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

Inherits from

Criteria