ProjectMiscellaneousLogCriteria


Description

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

TransactionState

ListRestrictionOfNullableOfProjectTransactionState

A list restriction specifying the transaction state.

Date

BetweenRestrictionOfNullableOfDateTime

A date/time restriction specifying the date.

MiscellaneousId

LikeRestrictionOfString

A string restriction specifying the miscellaneous ID.


Inherits from

Criteria


Documentation Feedback