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

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

Private Properties

Свойство Тип Описание
Generalization System

Открытые методы

Метод Описание
Generalization ( GeneralizationRelationship generalization, Shape startShape, Shape endShape ) : System

Защищенные методы

Метод Описание
CloneRelationship ( IDiagram diagram, Shape first, Shape second ) : bool
DrawEndCap ( IGraphics g, bool onScreen, Style style ) : void

Приватные методы

Метод Описание
Generalization ( ) : 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

Generalization() публичный Метод

/// is null.-or- /// is null.-or- /// is null. ///
public Generalization ( GeneralizationRelationship generalization, Shape startShape, Shape endShape ) : System
generalization NClass.Core.GeneralizationRelationship
startShape NClass.DiagramEditor.Diagrams.Shapes.Shape
endShape NClass.DiagramEditor.Diagrams.Shapes.Shape
Результат System