PwsProjectIssueCategory

Overview

This structure contains complete information of a project issue category. It appears in response from web service PwsGetProjectIssueCategories.  

Format

PwsProjectIssueCategory
  • PwsProjectIssueCategory
    • ProjectIssueCategoryId: Int32
    • ProjectIssueCategoryUid: Int64
    • InactiveFlag: Boolean
    • Name: String (50)
    • SortOrder: Int16

Elements

Element

Data Type

Description

Sample Data

ProjectIssueCategoryId

Int32

The project issue Id is a unique identifier for a project issue category. For internal use only.


ProjectIssueCategoryUid

Int64

The project issue category Uid is a unique and immutable identifier for a project issue category.

1152921504607312586

InactiveFlag

Boolean

If 'true', this project issue category is inactive.

true

Name

String (50)

Name of the project issue category.

Production

SortOrder

Int16

Sort order of the project issue category in the collection.

2

Usage Example(s)

Example 01
			   <a:PwsProjectIssueCategory>
                  <ProjectIssueCategoryId xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">465610</ProjectIssueCategoryId>
                  <ProjectIssueCategoryUid xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">1152921504607312586</ProjectIssueCategoryUid>
                  <a:InactiveFlag>true</a:InactiveFlag>
                  <a:Name>Production</a:Name>
                  <a:SortOrder>2</a:SortOrder>
               </a:PwsProjectIssueCategory>