Click or drag to resize
LifecycleDefinitionConfigTryGetShortestPath Method

Namespace: PDTec.IceNet.Domain.Lifecycle.Cached
Assembly: PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 6.0.0.0 (6.0.6225.27214)
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