Méthode | Description | |
---|---|---|
ComComponent ( string name ) : System | ||
ComComponent ( string progId, bool currentObjectRequired ) : System | ||
DeserializeConfiguration ( string projectDir, |
|
|
DoGUIConfiguration ( string projectDir, bool showGUI = true ) : bool | ||
GetWorkflowParameterValue ( string parameter ) : string | ||
Initialize ( MgaProject Project ) : void | ||
Main ( ) : void | ||
SerializeConfiguration ( string projectDir, IInterpreterConfiguration config, string progId ) : void |
|
|
SetWorkflowParameterValues ( ) : void | ||
ToString ( ) : string |
Méthode | Description | |
---|---|---|
SetWorkflowParameterValue ( string parameter, string value ) : void |
public ComComponent ( string name ) : System | ||
name | string | |
Résultat | System |
public ComComponent ( string progId, bool currentObjectRequired ) : System | ||
progId | string | |
currentObjectRequired | bool | |
Résultat | System |
public static DeserializeConfiguration ( string projectDir, |
||
projectDir | string | |
configType | ||
progId | string | ProgId of the interpreter |
Résultat | IInterpreterConfiguration |
public DoGUIConfiguration ( string projectDir, bool showGUI = true ) : bool | ||
projectDir | string | |
showGUI | bool | |
Résultat | bool |
public GetWorkflowParameterValue ( string parameter ) : string | ||
parameter | string | |
Résultat | string |
public Initialize ( MgaProject Project ) : void | ||
Project | MgaProject | |
Résultat | void |
public static SerializeConfiguration ( string projectDir, IInterpreterConfiguration config, string progId ) : void | ||
projectDir | string | |
config | IInterpreterConfiguration | |
progId | string | ProgID of the interpreter |
Résultat | void |
public SetWorkflowParameterValues ( ) : void | ||
Résultat | void |