C# 클래스 PyriteCore.ScenarioCreation.DoubleComplexAction

상속: ICustomAction, IHasCheckerAction
파일 보기 프로젝트 열기: noant/Pyrite

공개 프로퍼티들

프로퍼티 타입 설명
BeginState string
EndState string

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
BeginUserSettings ( ) : bool
Do ( string inputState ) : string
DoubleComplexAction ( ) : System
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

DoubleComplexAction() 공개 메소드

public DoubleComplexAction ( ) : System
리턴 System

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

프로퍼티 상세

BeginState 공개적으로 정적으로 프로퍼티

public static string BeginState
리턴 string

EndState 공개적으로 정적으로 프로퍼티

public static string EndState
리턴 string