Zeus API Reference - MyGeneration Software

Zeus Namespace

Zeus contains the framework for parsing and executing templates in MyGeneration Code Generator.

Namespace hierarchy

Classes

Class Description
ZeusConstants  
ZeusConstants.CodeSegmentTypes  
ZeusConstants.Directives  
ZeusConstants.Engines  
ZeusConstants.Languages  
ZeusConstants.Modes  
ZeusConstants.Types  
ZeusInput The ZeusInput object contains key/value pairs with any input provided by either the interface code segment, or the application.
ZeusOutput The ZeusOutput object is only available in the template code segment and is very much like a StringBuilder. It contains methods that allow the developer to manipulate the current output buffer.

Interfaces

Interface Description
ILog  
ITypeSerializer  
IZeusCodeParser  
IZeusCodeSegment  
IZeusCodeSegmentStub  
IZeusContext  
IZeusContextProcessor  
IZeusExecutionError  
IZeusExecutionHelper  
IZeusFunctionExecutioner  
IZeusGuiControl  
IZeusInput  
IZeusIntrinsicObject  
IZeusOutput  
IZeusScriptingEngine  
IZeusTemplate  
IZeusTemplateStub  

Delegates

Delegate Description
ShowGUIEventHandler