ServiceEquipmentCriteria


Description

Specifies the set of criteria to use when retrieving a service equipment object. Only service equipment 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

Id

LikeRestrictionOfString

A string restriction specifying the ID of the service equipment.

CustomerId

LikeRestrictionOfString

A string restriction specifying the customer ID for the service equipment.

AddressId

LikeRestrictionOfString

A string restriction specifying the address ID for the service equipment.

ItemId

LikeRestrictionOfString

A string restriction specifying the item ID for the service equipment.

StatusId

LikeRestrictionOfString

A string restriction specifying the status ID for the service equipment.

InstallDate

BetweenRestrictionOfNullableOfDateTime

A date/time restriction specifying the date the service equipment was installed.

Scope

ServiceEquipmentScope

A property in criteria used to determine the level of filtering to be used when returning service equipment data.


Inherits from

Criteria


Documentation Feedback