See also:
NTier Windows Forms Framework Home
NTier Framework API reference
NTier Windows Forms Framework Home
NTier Framework API reference
The DbRelationRenderer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DbRelationRenderer | Initializes a new instance of the DbRelationRenderer class |
Methods
Name | Description | |
---|---|---|
![]() | Dispose()()()() | Releases all resources used by the DbRelationRenderer |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the DbRelationRenderer and optionally releases the managed resources |
![]() | DistanceFromRelation |
Get the distance from a point to a visually rendered DataRelation.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Overrides Object..::..Finalize()()()().) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetRelationTextBounds |
Get the boundaries of the relation name text.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Paint |
Render a DataRelation object given the two visual table DataTableMdiChild components.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | ChildItem |
Get or set the TableItemControl that the child side of the relation is on.
TableItemControl.Table must be equal to Relation.ChildTable.
|
![]() | ParentItem |
Get or set the TableItemControl that the parent side of the relation is on.
TableItemControl.Table must be equal to Relation.ParentTable.
|
![]() | RelationLayout |
Get or set the DiagramRelationLayout object that is being rendered.
|