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

The DbRelationRenderer type exposes the following members.

Constructors

  NameDescription
Public methodDbRelationRenderer
Initializes a new instance of the DbRelationRenderer class

Methods

  NameDescription
Public methodDispose()()()()
Releases all resources used by the DbRelationRenderer
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the DbRelationRenderer and optionally releases the managed resources
Public methodDistanceFromRelation
Get the distance from a point to a visually rendered DataRelation.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize (Overrides Object..::..Finalize()()()().)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetRelationTextBounds
Get the boundaries of the relation name text.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPaint
Render a DataRelation object given the two visual table DataTableMdiChild components.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyChildItem
Get or set the TableItemControl that the child side of the relation is on. TableItemControl.Table must be equal to Relation.ChildTable.
Public propertyParentItem
Get or set the TableItemControl that the parent side of the relation is on. TableItemControl.Table must be equal to Relation.ParentTable.
Public propertyRelationLayout
Get or set the DiagramRelationLayout object that is being rendered.

See Also