Click or drag to resize

IStateBaseTryGetLifecycleStatesReverse Method

Tries to get the Lifecycle connected by a States relationship 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#
bool TryGetLifecycleStatesReverse(
	out ILifecycle pItem
)

Parameters

pItem
Type: PDTec.IceNet.Domain.Lifecycle.BusinessObjectsILifecycle
The Lifecycle.

Return Value

Type: Boolean
true if a Lifecycle referenced by a States relationship in Reverse direction was found; otherwise, false.
See Also