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

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

Private Properties

프로퍼티 타입 설명
Dependency System

공개 메소드들

메소드 설명
Dependency ( DependencyRelationship dependency, Shape startShape, Shape endShape ) : System

보호된 메소드들

메소드 설명
CloneRelationship ( IDiagram diagram, Shape first, Shape second ) : bool
DrawEndCap ( IGraphics g, bool onScreen, Style style ) : void

비공개 메소드들

메소드 설명
Dependency ( ) : System

메소드 상세

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

Dependency() 공개 메소드

/// is null.-or- /// is null.-or- /// is null. ///
public Dependency ( DependencyRelationship dependency, Shape startShape, Shape endShape ) : System
dependency NClass.Core.DependencyRelationship
startShape NClass.DiagramEditor.Diagrams.Shapes.Shape
endShape NClass.DiagramEditor.Diagrams.Shapes.Shape
리턴 System

DrawEndCap() 보호된 메소드

protected DrawEndCap ( IGraphics g, bool onScreen, Style style ) : void
g IGraphics
onScreen bool
style Style
리턴 void