프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Actions | ActionInfo>.Dictionary | ||
Bus | object>.Dictionary | ||
StepInfos | List |
||
TaskInfos | List |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
currentStepInfo | |||
prevStepInfo |
메소드 | 설명 | |
---|---|---|
AddExecutedStep ( |
|
|
AddToBus ( object data ) : void |
|
|
AddToBus ( string key, object value ) : void |
|
|
Bind ( |
|
|
Current ( ) : |
|
|
Finish ( ) : |
|
|
GetCurrentStepInfoIndex ( ) : int |
|
|
GetIndex ( |
|
|
GetStatusOfStepInfos ( ) : StepStatus>>.List |
|
|
GoToNext ( ) : void |
|
|
GoToPrev ( ) : void |
|
|
Jump ( int index ) : |
|
|
Jump ( string title ) : |
|
|
Next ( ) : |
|
|
Prev ( ) : |
|
|
RemoveExecutedStep ( |
|
|
SetCurrent ( |
|
|
SetCurrent ( int index ) : void |
|
|
Start ( ) : |
|
|
UpdateBus ( string key, object value ) : void |
|
public AddExecutedStep ( |
||
stepinfo | ||
리턴 | void |
public AddToBus ( string key, object value ) : void | ||
key | string | |
value | object | |
리턴 | void |
public static Bind ( |
||
xmlDocument | ||
리턴 |
public GetStatusOfStepInfos ( ) : StepStatus>>.List |
||
리턴 | StepStatus>>.List |
public RemoveExecutedStep ( |
||
stepinfo | ||
리턴 | void |
public UpdateBus ( string key, object value ) : void | ||
key | string | |
value | object | |
리턴 | void |