See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Initializes a new instance of the DbRelationRenderer class

Namespace: NTier.Model.Forms
Assembly: NTier.Model.Forms (in NTier.Model.Forms.dll) Version: 1.0.0.0

Syntax

C#
public DbRelationRenderer(
	DiagramRelationLayout relation,
	TableItemControl childItem,
	TableItemControl parentItem
)
Visual Basic
Public Sub New ( 
	relation As DiagramRelationLayout,
	childItem As TableItemControl,
	parentItem As TableItemControl
)
Visual C++
public:
DbRelationRenderer(
	DiagramRelationLayout^ relation, 
	TableItemControl^ childItem, 
	TableItemControl^ parentItem
)

See Also