Simple Phase activity.
Inheritance Hierarchy
System.ActivitiesActivity
System.ActivitiesNativeActivity
Scanjour.Workflow4.ActivityLibrary.PhasesSimplePhase
Namespace: Scanjour.Workflow4.ActivityLibrary.Phases
Assembly: Scanjour.Workflow4.ActivityLibrary_21.3.0.0 (in Scanjour.Workflow4.ActivityLibrary_21.3.0.0.dll) Version: 21.3.0.0 (21.3.0.0)
Syntax
The SimplePhase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SimplePhase |
Constructor.
|
Properties
Name | Description | |
---|---|---|
![]() | Action |
The action to perform in the phase.
|
![]() | DisplayName | Gets or sets an optional friendly name that is used for debugging, validation, exception handling, and tracking. (Inherited from Activity.) |
![]() | DueDate |
The time the due date occurs. DateTime.Min indicates no due date-
|
![]() | Duration |
The duration of the phase.
|
![]() | EnableDemoteAction |
Enables the Demote action
|
![]() | EnablePromoteAction |
Enables the Promote action
|
![]() | EnableTerminateOnCancel |
Gets or sets the enable terminate on cancel.
|
![]() | ExitActivity |
The activity to call when leaving the Phase
|
![]() | Id | Gets an identifier that is unique in the scope of the workflow definition. (Inherited from Activity.) |
![]() | NextDuration |
Calculated duration for timer.
|
![]() | NextNearDuration |
Calculated near duration for timer.
|
![]() | NextPhaseNo |
Next phase number to activate
|
![]() | PhaseId |
The phase Id.
|
![]() | PhaseNumber |
The phase number the phase task represents.
|
![]() | Response |
The response after a bookmark has been raised.
|
![]() | RestartActivity |
The activity to call when reentering the Phase
|
![]() | Role |
The phase actor role.
|
![]() | StartActivity |
The Activity to call entering the Phase.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ShouldSerializeDisplayName | Indicates whether the DisplayName property should be serialized. (Inherited from Activity.) |
![]() | ToString | (Inherited from Activity.) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | CancelActionName |
The cancel bookmark action name
|
![]() ![]() | CreateActionName |
The action used to create the phase.
|
![]() ![]() | DemoteActionName |
The demote bookmark action name
|
![]() ![]() | PromoteActionName |
The promote bookmark action name
|
![]() ![]() | UpdateActionName |
The demote bookmark action name
|
See Also