EmployeeAddressCriteria


Description

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

Properties

Property

Type

Description

Scope

EmployeeScope

Specifies the EmployeeScope enumeration value that determines the level of filtering to use when retrieveing employee data.

EmployeeKeyId

LikeRestrictionOfString

A string restriction specifying the ID of the employee

EmployeeAddressKeyId

LikeRestrictionOfString

A string restriction specifying the ID of the employee address information.

PhoneNumber

LikeRestrictionOfString

A string restriction specifying a telephone number.

Address

LikeRestrictionOfString

A string restriction specifying address information.

City

LikeRestrictionOfString

A string restriction specifying the name of a city.

State

LikeRestrictionOfString

A string restriction specifying a state.

PostalCode

LikeRestrictionOfString

A string restriction specifying a postal code value.


Inherits from

Criteria


Documentation Feedback