C# 클래스 NClass.DiagramEditor.ClassDiagram.Connections.CommentConnection

상속: NClass.DiagramEditor.Diagrams.Connections.Connection
파일 보기 프로젝트 열기: gbaychev/NClass

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CommentConnection ( CommentRelationship relationship, Shape startShape, Shape endShape ) : System

보호된 메소드들

메소드 설명
CloneRelationship ( IDiagram diagram, Shape first, Shape second ) : bool

메소드 상세

CloneRelationship() 보호된 메소드

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

CommentConnection() 공개 메소드

/// 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
리턴 System