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: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
IState MandatoryLifecycleState { get; }

Property Value

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