com.ibm.rpm.wbs.scope
TaskAssignmentScope

com.ibm.rpm.framework.RPMObjectScope
  extended bycom.ibm.rpm.wbs.scope.TaskAssignmentScope

TaskAssignmentScope
Extends: com.ibm.rpm.framework.RPMObjectScope
Child objects: None

TaskAssignmentScope represents a scope to navigate to objects that are related to TaskAssignment.

Related code samples :

Java

C#

Field Summary
ContractScope contract
   The scope object associated with the TaskAssignment's contract.
ChargeCodeScope costLaborCode
   The scope object associated with the TaskAssignment's costLaborCode.
ChargeCodeScope revenueLaborCode
   The scope object associated with the TaskAssignment's revenueLaborCode.

Inherited Field Summary
RPMObjectScope parent
   The parent of the RPMObjectScope.

Field Detail

contract


ContractScope contract
The scope object associated with the TaskAssignment's contract.

costLaborCode


ChargeCodeScope costLaborCode
The scope object associated with the TaskAssignment's costLaborCode.

revenueLaborCode


ChargeCodeScope revenueLaborCode
The scope object associated with the TaskAssignment's revenueLaborCode.

Inherited Field Detail

parent


RPMObjectScope parent
The parent of the RPMObjectScope.