| C# | Visual Basic | Visual C++ |
namespace HyperActive.Core.Generators
Namespace HyperActive.Core.Generators
namespace HyperActive.Core.Generators
| All Types | Classes | Interfaces |
| Icon | Type | Description |
|---|---|---|
| ActiveRecordGenerator |
Base class that all ActiveRecordGenerators must inherit.
| |
| ActiveRecordTestGenerator |
Generates an NUnit TestFixture that tests an ActiveRecord class.
| |
| BasicActiveRecordGenerator |
Generates ActiveRecordClasses without relationships.
| |
| BasicMediatorGenerator |
blah blah blah
| |
| CodeRunnerImpl |
Implementation of ICodeRunner
| |
| GeneratorOptionsImpl |
Implementation of IGeneratorOptions
| |
| ICodeRunner |
Orchestrates the generation of active record classes.
| |
| IGeneratorOptions |
Generator Options
| |
| LazyActiveRecordGenerator |
LazyActiveRecordGenerator generates some extra attribute args on hasmany attributes that indicate the resulting class will use lazy loading on those properties.
| |
| SimpleActiveRecordGenerator |