C# Class SilverlightMappingToolBasic.RelationshipRenderer

Inheritance: System.Windows.Controls.Canvas, IRelationshipRenderer
Show file Open project: chris-tomich/Glyma

Public Methods

Method Description
RelationshipRenderer ( NavigatorView parentNavigatorView, IRelationshipProxy relationshipProxy ) : System
UpdateRelationship ( ) : void
UpdateRelationship ( Point movingPosition ) : void

Private Methods

Method Description
RelationshipRenderer_Loaded ( object sender, RoutedEventArgs e ) : void
_arrowControl_DragFromAnchorEnded ( object sender, RoutedEventArgs e ) : void
_arrowControl_DragToAnchorEnded ( object sender, RoutedEventArgs e ) : void
_arrowControl_MouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
_arrowControl_MouseRightButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Method Details

RelationshipRenderer() public method

public RelationshipRenderer ( NavigatorView parentNavigatorView, IRelationshipProxy relationshipProxy ) : System
parentNavigatorView NavigatorView
relationshipProxy IRelationshipProxy
return System

UpdateRelationship() public method

public UpdateRelationship ( ) : void
return void

UpdateRelationship() public method

public UpdateRelationship ( Point movingPosition ) : void
movingPosition Point
return void