HyperActive
CreateConstructors Method (classDecl, table)
NamespacesHyperActive.Core.GeneratorsActiveRecordGeneratorCreateConstructors(ClassDeclaration, TableSchema)
When overridden in a child class, adds constructors to the class declaration.
Declaration Syntax
C#Visual BasicVisual C++
public virtual ClassDeclaration CreateConstructors(
	ClassDeclaration classDecl,
	TableSchema table
)
Public Overridable Function CreateConstructors ( _
	classDecl As ClassDeclaration, _
	table As TableSchema _
) As ClassDeclaration
public:
virtual ClassDeclaration^ CreateConstructors(
	ClassDeclaration^ classDecl, 
	TableSchema^ table
)
Parameters
classDecl (ClassDeclaration)
The class declaration for which we're building constructors.
table (TableSchema)
The table schema the class declaration represents.
Return Value
The updated class declaration or null if it's not overridden.

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