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

Inheritance: NClass.DiagramEditor.Diagrams.Connections.Connection
Afficher le fichier Open project: gbaychev/NClass

Private Properties

Свойство Type Description
Dependency System

Méthodes publiques

Méthode Description
Dependency ( DependencyRelationship dependency, Shape startShape, Shape endShape ) : System

Méthodes protégées

Méthode Description
CloneRelationship ( IDiagram diagram, Shape first, Shape second ) : bool
DrawEndCap ( IGraphics g, bool onScreen, Style style ) : void

Private Methods

Méthode Description
Dependency ( ) : System

Method Details

CloneRelationship() protected méthode

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

Dependency() public méthode

/// 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
Résultat System

DrawEndCap() protected méthode

protected DrawEndCap ( IGraphics g, bool onScreen, Style style ) : void
g IGraphics
onScreen bool
style Style
Résultat void