Indexes   

Items (Collection)

The collection of items related to the current activity.

Method Index

AddByAssignmentType
This method Assigns the specified item with the specified assignment type
Add
This method adds the specified item in the current list
CountByAssignmentType
This method returns the Number of items that assocated with the activity with given Assignment Type.
ItemByAssignmentType
This method returns the item assocated with the activity with given Assignment Type.
Item
This method returns the idl object Item for the specified item identifier.
RemoveByAssignmentType
This method used to unassign the specified item (with the given assignment type)

Methods


o Func AddByAssignmentType( iItem,
iAssignmentType) As
This method Assigns the specified item with the specified assignment type
Parameters:
iItem
The item to be assigned
iAssignmentType
Type of the Assignment (Item to the Process)
Returns:
oitem The item
o Func Add( iProduct) As
This method adds the specified item in the current list
Parameters:
iItem
The item to add
Returns:
oitem The item
o 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
Returns:
oNbItems No. of Items that are assigned to the activity with the given assignment type.
o 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
Returns:
oItem idl item to be returned
o Func Item( iIndex) As
This method returns the idl object Item for the specified item identifier.
Parameters:
iIndex
The item identifier
Returns:
oItem The idl item
o 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
iAssignmentType
Type of the Assignment (Item to the Process) to be removed
Returns:
oitem The item

Copyright © 2006, Dassault Systèmes. All rights reserved.