HyperActive
CreateClass Method (namespaceDeclaration, table)
NamespacesHyperActive.Core.GeneratorsActiveRecordGeneratorCreateClass(NamespaceDeclaration, TableSchema)
Creates a ClassDeclaration.
Declaration Syntax
C#Visual BasicVisual C++
protected abstract ClassDeclaration CreateClass(
	NamespaceDeclaration namespaceDeclaration,
	TableSchema table
)
Protected MustOverride Function CreateClass ( _
	namespaceDeclaration As NamespaceDeclaration, _
	table As TableSchema _
) As ClassDeclaration
protected:
virtual ClassDeclaration^ CreateClass(
	NamespaceDeclaration^ namespaceDeclaration, 
	TableSchema^ table
) abstract
Parameters
namespaceDeclaration (NamespaceDeclaration)
The NamespaceDeclaration instance the class is added to.
table (TableSchema)
The database table the ClassDeclaration represents.
Return Value
A reference to the ClassDeclaration instance that was created.

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