C# Class ORM.DisplayGraph.Components.ModelViewer.UpdateRelationShips

Show file Open project: thabart/SimpleOrm Class Usage Examples

Public Methods

Method Description
RefreshRelationShipPosition ( LinkDefinition linkDefinition, TableDefinitionControl>.Dictionary tableDefinitionControls, System.Windows.Controls.Canvas modelViewerContainer, System.Windows.Shapes.Line line ) : void

Private Methods

Method Description
CalculateTableDefinitionControlCenterPoint ( TableDefinitionControl tableDefinitionControl ) : Point

Method Details

RefreshRelationShipPosition() public static method

public static RefreshRelationShipPosition ( LinkDefinition linkDefinition, TableDefinitionControl>.Dictionary tableDefinitionControls, System.Windows.Controls.Canvas modelViewerContainer, System.Windows.Shapes.Line line ) : void
linkDefinition ORM.DisplayGraph.Components.ModelViewer.ViewModels.LinkDefinition
tableDefinitionControls TableDefinitionControl>.Dictionary
modelViewerContainer System.Windows.Controls.Canvas
line System.Windows.Shapes.Line
return void