C# 클래스 Nuxeo.Otg.Win.ActionsDispatcher

파일 보기 프로젝트 열기: nuxeo/nuxeo-otg-win 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
actionsByStates List>.Dictionary
state String

공개 메소드들

메소드 설명
ActionsDispatcher ( String state ) : System
ExecuteAction ( String action, String fileName ) : void

Execute the specified action

보호된 메소드들

메소드 설명
CallClientExe ( String action ) : void

비공개 메소드들

메소드 설명
ActionsDispatcher ( ) : System

메소드 상세

ActionsDispatcher() 공개 메소드

public ActionsDispatcher ( String state ) : System
state String
리턴 System

CallClientExe() 보호된 메소드

protected CallClientExe ( String action ) : void
action String
리턴 void

ExecuteAction() 공개 메소드

Execute the specified action
public ExecuteAction ( String action, String fileName ) : void
action String
fileName String
리턴 void

프로퍼티 상세

actionsByStates 보호되어 있는 정적으로 프로퍼티

protected static Dictionary> actionsByStates
리턴 List>.Dictionary

state 보호되어 있는 프로퍼티

protected String state
리턴 String