ApplicantReferenceCriteria


Description

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

ReferenceName

LikeRestrictionOfString

A string restriction specifying the name of the reference.

Relationship

LikeRestrictionOfString

A string restriction specifying the relationship between the reference and the applicant.

LastModifiedDate

BetweenRestrictionOfNullableOfDateTime

A date/time restriction specifying when the reference information was last updated.

CompanyName

LikeRestrictionOfString

A string restriction specifying the name of the company for the reference.


Inherits from

Criteria


Documentation Feedback