ProjectBudgetCriteria


Description

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

ProjectId

LikeRestrictionOfString

A string restriction that specifies the ID of a project.

CostCategoryId

LikeRestrictionOfString

A string restriction that specifies the cost category ID.


Inherits from

Criteria


Documentation Feedback