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: 6.0.0.0 (6.0.6225.27214)
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