Click or drag to resize

LifecycleDefinitionConfigTryGetShortestPath Method

Namespace:  PDTec.IceNet.Domain.Lifecycle.Cached
Assembly:  PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public bool TryGetShortestPath(
	LifecycleState start,
	LifecycleState destination,
	out List<LifecycleTransition> ltShortestPath
)

Parameters

start
Type: PDTec.IceNet.Domain.Lifecycle.CachedLifecycleState
destination
Type: PDTec.IceNet.Domain.Lifecycle.CachedLifecycleState
ltShortestPath
Type: System.Collections.GenericListLifecycleTransition

Return Value

Type: Boolean
See Also