HyperActive
Generate Method (path, namespaceName, table)
NamespacesHyperActive.Core.GeneratorsActiveRecordGeneratorGenerate(String, String, TableSchema)
Generates the code for an ActiveRecord class.
Declaration Syntax
C#Visual BasicVisual C++
public virtual void Generate(
	string path,
	string namespaceName,
	TableSchema table
)
Public Overridable Sub Generate ( _
	path As String, _
	namespaceName As String, _
	table As TableSchema _
)
public:
virtual void Generate(
	String^ path, 
	String^ namespaceName, 
	TableSchema^ table
)
Parameters
path (String)
The path to write the code file.
namespaceName (String)
The namespace the class will be contained.
table (TableSchema)
The table the ActiveRecord class represents.

Assembly: HyperActive (Module: HyperActive) Version: 1.3.1.9 (1.3.1.9)