C# Class PyriteCore.ScenarioCreation.DoubleComplexAction

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

Public Properties

Property Type Description
BeginState string
EndState string

Private Properties

Property Type Description

Public Methods

Method Description
BeginUserSettings ( ) : bool
Do ( string inputState ) : string
DoubleComplexAction ( ) : System
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

DoubleComplexAction() public method

public DoubleComplexAction ( ) : System
return System

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

Property Details

BeginState public_oe static_oe property

public static string BeginState
return string

EndState public_oe static_oe property

public static string EndState
return string