STSeriesWorkflowPhase Constructor | |
Constructor for a workflow phase
Namespace: Scriptel.STSeriesAssembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax public STSeriesWorkflowPhase(
int phaseId,
int previousPhaseId,
int nextPhaseId,
STSeriesWorkflowImage image,
List<STSeriesWorkflowButton> buttons
)
Public Sub New (
phaseId As Integer,
previousPhaseId As Integer,
nextPhaseId As Integer,
image As STSeriesWorkflowImage,
buttons As List(Of STSeriesWorkflowButton)
)
public:
STSeriesWorkflowPhase(
int phaseId,
int previousPhaseId,
int nextPhaseId,
STSeriesWorkflowImage^ image,
List<STSeriesWorkflowButton^>^ buttons
)
new :
phaseId : int *
previousPhaseId : int *
nextPhaseId : int *
image : STSeriesWorkflowImage *
buttons : List<STSeriesWorkflowButton> -> STSeriesWorkflowPhase
Parameters
- phaseId
- Type: SystemInt32
the id of the phase - previousPhaseId
- Type: SystemInt32
[Missing <param name="previousPhaseId"/> documentation for "M:Scriptel.STSeries.STSeriesWorkflowPhase.#ctor(System.Int32,System.Int32,System.Int32,Scriptel.STSeries.STSeriesWorkflowImage,System.Collections.Generic.List{Scriptel.STSeries.STSeriesWorkflowButton})"]
- nextPhaseId
- Type: SystemInt32
the id of the next phase to go to after completion - image
- Type: Scriptel.STSeriesSTSeriesWorkflowImage
image associated with the workflow screen - buttons
- Type: System.Collections.GenericListSTSeriesWorkflowButton
list of buttons on the screen
See Also