C# Class Nuxeo.Otg.Win.ActionsDispatcher

Afficher le fichier Open project: nuxeo/nuxeo-otg-win Class Usage Examples

Protected Properties

Свойство Type Description
actionsByStates List>.Dictionary
state String

Méthodes publiques

Méthode Description
ActionsDispatcher ( String state ) : System
ExecuteAction ( String action, String fileName ) : void

Execute the specified action

Méthodes protégées

Méthode Description
CallClientExe ( String action ) : void

Private Methods

Méthode Description
ActionsDispatcher ( ) : System

Method Details

ActionsDispatcher() public méthode

public ActionsDispatcher ( String state ) : System
state String
Résultat System

CallClientExe() protected méthode

protected CallClientExe ( String action ) : void
action String
Résultat void

ExecuteAction() public méthode

Execute the specified action
public ExecuteAction ( String action, String fileName ) : void
action String
fileName String
Résultat void

Property Details

actionsByStates protected_oe static_oe property

protected static Dictionary> actionsByStates
Résultat List>.Dictionary

state protected_oe property

protected String state
Résultat String