C# Class Nuxeo.Otg.Win.ActionsDispatcher

Show file Open project: nuxeo/nuxeo-otg-win Class Usage Examples

Protected Properties

Property Type Description
actionsByStates List>.Dictionary
state String

Public Methods

Method Description
ActionsDispatcher ( String state ) : System
ExecuteAction ( String action, String fileName ) : void

Execute the specified action

Protected Methods

Method Description
CallClientExe ( String action ) : void

Private Methods

Method Description
ActionsDispatcher ( ) : System

Method Details

ActionsDispatcher() public method

public ActionsDispatcher ( String state ) : System
state String
return System

CallClientExe() protected method

protected CallClientExe ( String action ) : void
action String
return void

ExecuteAction() public method

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

Property Details

actionsByStates protected static property

protected static Dictionary> actionsByStates
return List>.Dictionary

state protected property

protected String state
return String