HyperActive
CreateNonKeyProperty Method (classDeclaration, column)
NamespacesHyperActive.Core.GeneratorsActiveRecordGeneratorCreateNonKeyProperty(ClassDeclaration, ColumnSchema)
Creates a plain ol' property representing any column that is not a foreign key or primary key.
Declaration Syntax
C#Visual BasicVisual C++
protected abstract void CreateNonKeyProperty(
	ClassDeclaration classDeclaration,
	ColumnSchema column
)
Protected MustOverride Sub CreateNonKeyProperty ( _
	classDeclaration As ClassDeclaration, _
	column As ColumnSchema _
)
protected:
virtual void CreateNonKeyProperty(
	ClassDeclaration^ classDeclaration, 
	ColumnSchema^ column
) abstract
Parameters
classDeclaration (ClassDeclaration)
The class to which the property is added.
column (ColumnSchema)
The column the property represents.

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