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 contains the complete set of information about a skill group. The structure is used to retrieve detailed skill information from the server and it is included in the response for PwsGetSkillGroup and PwsSaveSkillGroup.
Elements
Element | Data Type | Description |
---|
InactiveFlag | Boolean | ????? |
SkillGroupDetail | PwsSkillGroupDetail | This structure contains the complete set of information about a skill group. |
SkillSummaries | PwsSkillSummaryElement[] | This structure includes basic information about a skill. |
Usage Example(s)
<a:SkillGroup xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
<b:InactiveFlag>false</b:InactiveFlag>
<b:SkillGroupDetail>
<b:SkillGroupId i:nil="true"/>
<b:SkillGroupName>Certification</b:SkillGroupName>
<b:SkillGroupUid>1152921504606850615</b:SkillGroupUid>
<b:NewSkillGroupName i:nil="true"/>
<b:SortOrder>0</b:SortOrder>
</b:SkillGroupDetail>
<b:SkillSummaries>
<b:PwsSkillSummaryElement>
<b:SkillSummary>
<b:SkillGroupIdentity>
<b:SkillGroupId i:nil="true"/>
<b:SkillGroupName>Certification</b:SkillGroupName>
<b:SkillGroupUid>1152921504606850615</b:SkillGroupUid>
</b:SkillGroupIdentity>
<b:SkillId i:nil="true"/>
<b:SkillName>MS Network Engineer Certification</b:SkillName>
<b:SkillUid>1152921504606870446</b:SkillUid>
<b:InactiveFlag>false</b:InactiveFlag>
</b:SkillSummary>
</b:PwsSkillSummaryElement>
<b:PwsSkillSummaryElement>
<b:SkillSummary>
<b:SkillGroupIdentity>
<b:SkillGroupId i:nil="true"/>
<b:SkillGroupName>Certification</b:SkillGroupName>
<b:SkillGroupUid>1152921504606850615</b:SkillGroupUid>
</b:SkillGroupIdentity>
<b:SkillId i:nil="true"/>
<b:SkillName>MS .NET Developer Certification</b:SkillName>
<b:SkillUid>1152921504606870447</b:SkillUid>
<b:InactiveFlag>false</b:InactiveFlag>
</b:SkillSummary>
</b:PwsSkillSummaryElement>
</b:SkillSummaries>
</a:SkillGroup>