ItemCriteriaBase


Description

Defines the common properties for restricting the list of item summary objects. Only item summary objects 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

ItemId

LikeRestrictionOfString

A string restriction specifying the item ID.

Description

LikeRestrictionOfString

A string restriction specifying the item description.

ShortDescription

LikeRestrictionOfString

A string restriction specifying the short description.

GenericDescription

LikeRestrictionOfString

A string restriction specifying the generic description.

ItemClassId

LikeRestrictionOfString

A string restriction specifying the item class ID.

CreatedDate

BetweenRestrictionOfNullableOfDateTime

A date/time restriction specifying the date the item was created.

ModifiedDate

BetweenRestrictionOfNullableOfDateTime

A date/time restriction specifying the date the item was modified. The value is in Coordinated Universal Time (UTC). Both the date and time portions of the value must be specified for the criteria.

LastModifiedDate

BetweenRestrictionOfNullableOfDateTime

A date/time restriction specifying the date the item was modified. The value is in Coordinated Universal Time (UTC). Both the date and time portions of the value must be specified for the criteria.


Inherits from

Criteria


Documentation Feedback