C# Class PyriteCore.CoreStandartActions.RunExistingScenarioAction

Inheritance: ICustomAction, ICoreElement, IHasCheckerAction
Afficher le fichier Open project: noant/Pyrite

Private Properties

Свойство Type Description
GetTargetScenario PyriteCore.ScenarioCreation.Scenario

Méthodes publiques

Méthode Description
BeginUserSettings ( ) : bool
Do ( string inputState ) : string
ForAllActionAndChecker ( Action action ) : void
Refresh ( ) : void
RemoveAction ( Type actionType ) : bool
RemoveChecker ( Type checkerType ) : bool
UpdateScenarioClone ( ) : void

Private Methods

Méthode Description
GetTargetScenario ( ) : Scenario

Method Details

BeginUserSettings() public méthode

public BeginUserSettings ( ) : bool
Résultat bool

Do() public méthode

public Do ( string inputState ) : string
inputState string
Résultat string

ForAllActionAndChecker() public méthode

public ForAllActionAndChecker ( Action action ) : void
action Action
Résultat void

Refresh() public méthode

public Refresh ( ) : void
Résultat void

RemoveAction() public méthode

public RemoveAction ( Type actionType ) : bool
actionType System.Type
Résultat bool

RemoveChecker() public méthode

public RemoveChecker ( Type checkerType ) : bool
checkerType System.Type
Résultat bool

UpdateScenarioClone() public méthode

public UpdateScenarioClone ( ) : void
Résultat void