Click or drag to resize
IStateBaseAddLifecycleableStateReverse Method
Adds pItem to the collection of Lifecycleable objects connected by State relationships in Reverse direction.

Namespace: PDTec.IceNet.Domain.Lifecycle.BusinessObjects
Assembly: PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
IRelationship AddLifecycleableStateReverse(
	ILifecycleable pItem
)

Parameters

pItem
Type: PDTec.IceNet.Domain.Lifecycle.BusinessObjectsILifecycleable
The Lifecycleable to be added.

Return Value

Type: IRelationship
The State relationship that has been created.
See Also