C# 클래스 PyriteCore.ScenarioCreation.IfAction

상속: ICustomAction, IHasCheckerAction
파일 보기 프로젝트 열기: noant/Pyrite 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
BeginUserSettings ( ) : bool
Do ( string inputState ) : string
ForAllActionAndChecker ( Action action ) : void
Refresh ( ) : void
RemoveAction ( Type actionType ) : bool
RemoveChecker ( Type checkerType ) : bool

메소드 상세

BeginUserSettings() 공개 메소드

public BeginUserSettings ( ) : bool
리턴 bool

Do() 공개 메소드

public Do ( string inputState ) : string
inputState string
리턴 string

ForAllActionAndChecker() 공개 메소드

public ForAllActionAndChecker ( Action action ) : void
action Action
리턴 void

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void

RemoveAction() 공개 메소드

public RemoveAction ( Type actionType ) : bool
actionType System.Type
리턴 bool

RemoveChecker() 공개 메소드

public RemoveChecker ( Type checkerType ) : bool
checkerType System.Type
리턴 bool