Click or drag to resize

SRE_Lifecycle_LifecycleStatesNotOfSameLifecycle Method

Gets localized text: Cannot create lifecycle transition from state [ID={0}], [Name={1}] to state [ID={2}], [Name={3}]. The states do not belong to the same lifecycle.

Namespace:  PDTec.IceNet.Domain.Resources
Assembly:  PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public static string E_Lifecycle_LifecycleStatesNotOfSameLifecycle(
	Object param1,
	Object param2,
	Object param3,
	Object param4
)

Parameters

param1
Type: SystemObject
param2
Type: SystemObject
param3
Type: SystemObject
param4
Type: SystemObject

Return Value

Type: String
See Also