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

Elements

Element

Data TypeRequired?

Description

ProjectEstimateId

Int32

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

ProjectEstimateName

String

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

ProjectEstimateUid

Int64

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

ProjectIdentity

PwsProjectRef

This structure represents the unique key fields associated with identifying a projectidentifies 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.

...