Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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. 

Format

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

Elements

Element

Data Type

Required?

Description

ProjectEstimateId

Int32


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

ProjectEstimateName

String


The client name is a unique identifier for a client.

ProjectEstimateUid

Int64


The client Uid is a unique and immutable identifier for a client.

ProjectIdentity

PwsProjectRef


This structure represents the unique key fields associated with identifying a project.

EndDate

DateTime


The end date of the project estimate. 

EstimateBasis

String


???

StartDate

DateTime


The start date of the project estimate.

Usage Example(s)


Example 01
 
  • No labels