ApplicantInterviewCriteria


Description

Specifies the set of criteria to use when retrieving a list of applicant interview summary objects. Only applicant summary objects with interview information that matches the specified criteria will be returned. For the best performance, create criteria that use the properties marked with the dagger (†). These properties correspond to indexed columns in the database.

Properties

Property

Type

Description

ApplicantKeyId

LikeRestrictionOfNullableOfInt32

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

DepartmentKeyId

LikeRestrictionOfString

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

DivisionKeyId

LikeRestrictionOfString

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

PositionKeyId

LikeRestrictionOfString

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

DateApplied

BetweenRestrictionOfNullableOfDateTime

A date/time restriction specifying the date that the applicant applied for a position.

InterviewDate

BetweenRestrictionOfNullableOfDateTime

A date/time restriction specifying the date when the interview was completed.

InterviewTypeKeyId

LikeRestrictionOfString

A string restriction specifying the type of the interview that was completed.


Inherits from

Criteria


Documentation Feedback