Overview
This structure represents the unique key fields associated with identifying a project estimate. A project estimate can be identified by:
- The project estimate UID, OR
- The project estimate name and the identity of the project that contains the 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 | No | The name is unique identifier for a project estimate. |
ProjectEstimateUid | Int64 | No | A unique and immutable identifier for a project estimate. |
ProjectIdentity | No | The identity of the project that contains the project estimate. |