NextStep Class

Definition

Next step to take.

[System.Serializable]
public class NextStep
[<System.Serializable>]
type NextStep = class
Public Class NextStep
Inheritance
NextStep
Attributes

Constructors

NextStep()

By default move on to the next active, uncompleted step.

NextStep(IEnumerable<String>)

Ask the user which of the fields to move to next.

NextStep(StepDirection)

Move as specified in direction.

Fields

Direction

Direction for next step.

Names

If this is a named step, one or more named steps to move to. If there are more than one, the user will choose.

Applies to