Click or drag to resize

SimplePhase Properties

The SimplePhase type exposes the following members.

Properties
 NameDescription
Public propertyAction The action to perform in the phase.
Public propertyDisplayNameGets or sets an optional friendly name that is used for debugging, validation, exception handling, and tracking.
(Inherited from Activity)
Public propertyDueDate The time the due date occurs. DateTime.Min indicates no due date-
Public propertyDuration The duration of the phase.
Public propertyEnableDemoteAction Enables the Demote action
Public propertyEnablePromoteAction Enables the Promote action
Public propertyEnableTerminateOnCancel Gets or sets the enable terminate on cancel.
Public propertyExitActivity The activity to call when leaving the Phase
Public propertyIdGets an identifier that is unique in the scope of the workflow definition.
(Inherited from Activity)
Public propertyNextDuration Calculated duration for timer.
Public propertyNextNearDuration Calculated near duration for timer.
Public propertyNextPhaseNo Next phase number to activate
Public propertyPhaseId The phase Id.
Public propertyPhaseNumber The phase number the phase task represents.
Public propertyResponse The response after a bookmark has been raised.
Public propertyRestartActivity The activity to call when reentering the Phase
Public propertyRole The phase actor role.
Public propertyStartActivity The Activity to call entering the Phase.
Top
See Also