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

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

Private Properties

프로퍼티 타입 설명
Realization System

공개 메소드들

메소드 설명
Realization ( RealizationRelationship realization, Shape startShape, Shape endShape ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
Realization ( ) : 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

DrawEndCap() 보호된 메소드

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

Realization() 공개 메소드

/// is null.-or- /// is null.-or- /// is null. ///
public Realization ( RealizationRelationship realization, Shape startShape, Shape endShape ) : System
realization RealizationRelationship
startShape NClass.DiagramEditor.Diagrams.Shapes.Shape
endShape NClass.DiagramEditor.Diagrams.Shapes.Shape
리턴 System