C# Class PyriteCore.ScenarioCreation.IfAction

Inheritance: ICustomAction, IHasCheckerAction
Afficher le fichier Open project: noant/Pyrite Class Usage Examples

Private Properties

Свойство Type Description

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

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