Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview


This structure includes basic information about a project estimate. The information represented in this structure is not comprehensive and only includes certain key attributes of a project estimate. This data structure is part of the response to PwsGetProjectEstimateList.

Format

Panel
titlePwsProjectEstimateSummary
  • PwsProjectEstimateSummary
    • ProjectEstimateId: Int32
    • ProjectEstimateName: String
    • ProjectEstimateUid: Int64
    • ProjectIdentity: PwsProjectRef
    • EndDate: DateTime
    • EstimateBasis: String
    • StartDate: DateTime

...

Element

Data Type

Description

ProjectEstimateId

Int32

The project estimate Id is a unique identifier for a project estimate. For internal use only.

ProjectEstimateName

String

The project estimate name is a unique identifier for a project estimate.

ProjectEstimateUid

Int64

The project estimate UID is a unique and immutable identifier for a project estimate.

ProjectIdentity

PwsProjectRef

This structure identifies the project that the project estimate belongs to.

EndDate

DateTime

The end date of the project estimate. 

EstimateBasis

String

The basis (H for hourly, D for daily, W for weekly, M for monthly) of the project estimate.

StartDate

DateTime

The start date of the project estimate.

...