/
PwsProjectTaskTypeSummary

PwsProjectTaskTypeSummary

Overview


This structure includes basic information about a task type. The information represented in this structure is not comprehensive and only includes certain key attributes of a task type deemed to be useful in a listing of task types.

Format


PwsProjectTaskTypeSummary
  • PwsProjectTaskTypeSummary
    • ExternalSystemIdentifier: String
    • ProjectTaskTypeId: Int32
    • ProjectTaskTypeUid: Int64
    • ProjectTaskTypeName: String (50)

Elements


Element

Data Type

Required?

Description

Sample Data

ExternalSystemIdentifier

String

No

The external system identifier is a unique identifier for a project task type.


ProjectTaskTypeId

Int32

No 

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


ProjectTaskTypeUid

Int64

One of ProjectTaskTypeUid or ProjectTasTypeName is required 

A unique and immutable identifier for a project task type.

115292150460768347 

ProjectTaskTypeName

String (50)

See ProjectTaskTypeUid

The project task type name. This will be unique within a project.

Design

Usage Example(s)


Example 01
                  <b:ProjectTaskType>
                     <b:ExternalSystemIdentifier i:nil="true"/>
                     <b:ProjectTaskTypeId i:nil="true"/>
                     <b:ProjectTaskTypeUid>1152921504607683476</b:ProjectTaskTypeUid>
                     <b:ProjectTaskTypeName>Design</b:ProjectTaskTypeName>
                  </b:ProjectTaskType>

Related content

PwsProjectTaskTypeDetail
PwsProjectTaskTypeDetail
More like this
PwsProjectTaskTypeRef
PwsProjectTaskTypeRef
More like this
PwsProjectTaskTypeElement
PwsProjectTaskTypeElement
More like this
PwsProjectProjectTaskTypes
PwsProjectProjectTaskTypes
More like this
PwsProjectTaskRef
PwsProjectTaskRef
More like this
PwsTaskType
More like this