HyperActive
AddClassAttributes Method (classDeclaration, table)
NamespacesHyperActive.Core.GeneratorsActiveRecordGeneratorAddClassAttributes(ClassDeclaration, TableSchema)
Adds an attribute to a ClassDeclaration.
Declaration Syntax
C#Visual BasicVisual C++
protected abstract void AddClassAttributes(
	ClassDeclaration classDeclaration,
	TableSchema table
)
Protected MustOverride Sub AddClassAttributes ( _
	classDeclaration As ClassDeclaration, _
	table As TableSchema _
)
protected:
virtual void AddClassAttributes(
	ClassDeclaration^ classDeclaration, 
	TableSchema^ table
) abstract
Parameters
classDeclaration (ClassDeclaration)
The ClassDeclaration instance the property is added to.
table (TableSchema)
The database table the ClassDeclaration represents.

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