C# Class NClass.DiagramEditor.ClassDiagram.Connections.CommentConnection

Inheritance: NClass.DiagramEditor.Diagrams.Connections.Connection
ファイルを表示 Open project: gbaychev/NClass

Private Properties

Property Type Description

Public Methods

Method Description
CommentConnection ( CommentRelationship relationship, Shape startShape, Shape endShape ) : System

Protected Methods

Method Description
CloneRelationship ( IDiagram diagram, Shape first, Shape second ) : bool

Method Details

CloneRelationship() protected method

protected CloneRelationship ( IDiagram diagram, Shape first, Shape second ) : bool
diagram IDiagram
first NClass.DiagramEditor.Diagrams.Shapes.Shape
second NClass.DiagramEditor.Diagrams.Shapes.Shape
return bool

CommentConnection() public method

/// is null.-or- /// is null.-or- /// is null. ///
public CommentConnection ( CommentRelationship relationship, Shape startShape, Shape endShape ) : System
relationship NClass.Core.CommentRelationship
startShape NClass.DiagramEditor.Diagrams.Shapes.Shape
endShape NClass.DiagramEditor.Diagrams.Shapes.Shape
return System