Methods
- Func Add( iProduct) As
-
This method adds the specified item in the current list
- Parameters:
-
- iItem
- The item to add dd>
- Returns:
- oitem The item dd>
- Func AddByAssignmentType( iItem, iAssignmentType) As
-
This method Assigns the specified item with the specified assignment type
- Parameters:
-
- iItem
- The item to be assigned dd>
- iAssignmentType
- Type of the Assignment (Item to the Process) dd>
- Returns:
- oitem The item dd>
- Func CountByAssignmentType( iAssignmentType) As
-
This method returns the Number of items that assocated with the activity with given Assignment Type.
- Parameters:
-
- iAssignmentType
- Type of the Assignment between items & the activity dd>
- Returns:
- oNbItems No. of Items that are assigned to the activity with the given assignment type. dd>
- Func Item( iIndex) As
-
This method returns the idl object Item for the specified item
identifier.
- Parameters:
-
- iIndex
- The item identifier dd>
- Returns:
- oItem The idl item dd>
- Func ItemByAssignmentType( iIndex, iAssignmentType) As
-
This method returns the item assocated with the activity with given Assignment Type.
- Parameters:
-
- iAssignmentType
- Type of the Assignment between item & the activity dd>
- Returns:
- oItem idl item to be returned dd>
- Func RemoveByAssignmentType( iItem, iAssignmentType) As
-
This method used to unassign the specified item (with the given assignment type)
- Parameters:
-
- iItem
- The item to be Unassigned dd>
- iAssignmentType
- Type of the Assignment (Item to the Process) to be removed dd>
- Returns:
- oitem The item dd>