Zeus contains the framework for parsing and executing templates in MyGeneration Code Generator.
| 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. |
| Delegate | Description |
|---|---|
| ShowGUIEventHandler |