Click or drag to resize

IStateBaseRemoveLifecycleableStateReverse Method

Removes pItem from 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: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
int RemoveLifecycleableStateReverse(
	ILifecycleable pItem
)

Parameters

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

Return Value

Type: Int32
The number of relationships that have been deleted.
See Also