NextStep 클래스

정의

다음 단계를 수행합니다.

[System.Serializable]
public class NextStep
[<System.Serializable>]
type NextStep = class
Public Class NextStep
상속
NextStep
특성

생성자

NextStep()

기본적으로 다음 활성 미완성 단계로 이동합니다.

NextStep(IEnumerable<String>)

사용자에게 다음으로 이동할 필드를 요청합니다.

NextStep(StepDirection)

지정된 방향으로 이동합니다.

필드

Direction

다음 단계의 방향입니다.

Names

명명된 단계인 경우 이동할 하나 이상의 명명된 단계입니다. 둘 이상이 있는 경우 사용자가 선택합니다.

적용 대상