ApplicantSkillCriteria


Description

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

ApplicantKeyId

LikeRestrictionOfNullableOfInt32

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

SkillKeyId

LikeRestrictionOfString

A string restriction specifying the ID of the job skill for an applicant.

Proficiency

LikeRestrictionOfNullableOfInt32

A restriction specifying the job skill proficiency for an applicant.


Inherits from

Criteria


Documentation Feedback