C# Class META.ComComponent

Datei anzeigen Open project: metamorph-inc/meta-core Class Usage Examples

Public Methods

Method Description
ComComponent ( string name ) : System
ComComponent ( string progId, bool currentObjectRequired ) : System
DeserializeConfiguration ( string projectDir, Type configType, string progId ) : IInterpreterConfiguration

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

Private Methods

Method Description
SetWorkflowParameterValue ( string parameter, string value ) : void

Method Details

ComComponent() public method

public ComComponent ( string name ) : System
name string
return System

ComComponent() public method

public ComComponent ( string progId, bool currentObjectRequired ) : System
progId string
currentObjectRequired bool
return System

DeserializeConfiguration() public static method

public static DeserializeConfiguration ( string projectDir, Type configType, string progId ) : IInterpreterConfiguration
projectDir string
configType System.Type
progId string ProgId of the interpreter
return IInterpreterConfiguration

DoGUIConfiguration() public method

public DoGUIConfiguration ( string projectDir, bool showGUI = true ) : bool
projectDir string
showGUI bool
return bool

GetWorkflowParameterValue() public method

public GetWorkflowParameterValue ( string parameter ) : string
parameter string
return string

Initialize() public method

public Initialize ( MgaProject Project ) : void
Project MgaProject
return void

Main() public method

public Main ( ) : void
return void

SerializeConfiguration() public static method

public static SerializeConfiguration ( string projectDir, IInterpreterConfiguration config, string progId ) : void
projectDir string
config IInterpreterConfiguration
progId string ProgID of the interpreter
return void

SetWorkflowParameterValues() public method

public SetWorkflowParameterValues ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string