Share via


ApplicantApplicationCriteria

Description

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

SequenceKeyId†

LikeRestrictionOfNullableOfInt32

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

ApplicantKeyId†

LikeRestrictionOfNullableOfInt32

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

RequisitionKeyId†

LikeRestrictionOfString

A string restriction specifying the ID of the requisition 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.

PositionKeyId†

LikeRestrictionOfString

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

Status†

ListRestrictionOfNullableOfApplicationStatus

A list restriction specifying the status of the application.

DateApplied†

BetweenRestrictionOfNullableOfDateTime

A date/time restriction specifying the date the application was created.

Inherits from

Criteria