C# Класс NClass.DiagramEditor.ClassDiagram.Connections.Dependency

Наследование: NClass.DiagramEditor.Diagrams.Connections.Connection
Показать файл Открыть проект

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