C# Class PyriteCore.ScenarioCreation.IfAction

Inheritance: ICustomAction, IHasCheckerAction
ファイルを表示 Open project: noant/Pyrite Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

public BeginUserSettings ( ) : bool
return bool

Do() public method

public Do ( string inputState ) : string
inputState string
return string

ForAllActionAndChecker() public method

public ForAllActionAndChecker ( Action action ) : void
action Action
return void

Refresh() public method

public Refresh ( ) : void
return void

RemoveAction() public method

public RemoveAction ( Type actionType ) : bool
actionType System.Type
return bool

RemoveChecker() public method

public RemoveChecker ( Type checkerType ) : bool
checkerType System.Type
return bool