Click or drag to resize

ILifecycleableMandatoryLifecycleState Property

Gets the current lifecycle state of the lifecycleable object. Throws a descriptive exception if no lifecycle state is connected.

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#
IState MandatoryLifecycleState { get; }

Property Value

Type: IState
Remarks
Use this property instead of LifecycleableState if returning null is not acceptable.
See Also