ProjectChangeOrderCriteria


Description

Specifies the criteria to use when retrieving a list of project change order summary objects. Only project change order 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

Id

LikeRestrictionOfString

A string restriction specifying the ID of the change order.

ProjectContractId

LikeRestrictionOfString

A string restriction specifying the project contract ID.

Date

BetweenRestrictionOfNullableOfDateTime

A date/time restriction specifying the date of the change order.


Inherits from

Criteria


Documentation Feedback