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 represents the unique key fields associated with identifying a project estimate. 

Format

PwsProjectEstimateRef
  • PwsProjectEstimateRef
    • ProjectEstimateId: Int32
    • ProjectEstimateName: String
    • ProjectEstimateUid: Int64
    • ProjectIdentity: PwsProjectRef

Elements

Element

Data Type

Required?

Description

ProjectEstimateId

Int32

,No

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

ProjectEstimateName

String

One of ProjectEstimateName or ProjectEstimateUid is required.

The name is unique identifier for a project estimate. 

ProjectEstimateUid

Int64

One of ProjectEstimateName or ProjectEstimateUid is required.

A unique and immutable identifier for a project estimate. 

ProjectIdentity

PwsProjectRef

Yes

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

Usage Example(s)


Example 01
 
  • No labels