메소드 | 설명 | |
---|---|---|
ConstructWizardNamespace ( Controller controller ) : String |
Constructs the wizard namespace.
|
|
GetNextStepName ( Controller controller ) : String |
Gets the name of the next step.
|
|
GetPreviousStepName ( Controller controller ) : String |
Gets the name of the previous step.
|
|
HasNextStep ( Controller controller ) : bool |
Determines whether the current wizard has a next step.
|
|
HasPreviousStep ( Controller controller ) : bool |
Determines whether the current wizard has a previous step.
|
|
RegisterCurrentStepInfo ( Controller controller, String actionName ) : void |
Registers the current step info/state.
|
|
RegisterCurrentStepInfo ( Controller controller, int stepIndex, String stepName ) : void |
Registers the current step info/state.
|
public static ConstructWizardNamespace ( Controller controller ) : String | ||
controller | Controller | The controller. |
리턴 | String |
public static GetNextStepName ( Controller controller ) : String | ||
controller | Controller | The controller. |
리턴 | String |
public static GetPreviousStepName ( Controller controller ) : String | ||
controller | Controller | The controller. |
리턴 | String |
public static HasNextStep ( Controller controller ) : bool | ||
controller | Controller | The controller. |
리턴 | bool |
public static HasPreviousStep ( Controller controller ) : bool | ||
controller | Controller | The controller. |
리턴 | bool |
public static RegisterCurrentStepInfo ( Controller controller, String actionName ) : void | ||
controller | Controller | The controller. |
actionName | String | Name of the action. |
리턴 | void |
public static RegisterCurrentStepInfo ( Controller controller, int stepIndex, String stepName ) : void | ||
controller | Controller | The controller. |
stepIndex | int | Index of the step. |
stepName | String | Name of the step. |
리턴 | void |