HyperActive
HyperActive.Core.Generators Namespace
NamespacesHyperActive.Core.Generators
 
Declaration Syntax
C#Visual BasicVisual C++
namespace HyperActive.Core.Generators
Namespace HyperActive.Core.Generators
namespace HyperActive.Core.Generators
Types
All TypesClassesInterfaces
IconTypeDescription
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