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

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Nesting ( NestingRelationship nesting, Shape startShape, Shape endShape ) : System

Méthodes protégées

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

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

DrawStartCap() protected méthode

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

Nesting() public méthode

/// is null.-or- /// is null.-or- /// is null. ///
public Nesting ( NestingRelationship nesting, Shape startShape, Shape endShape ) : System
nesting NClass.Core.NestingRelationship
startShape NClass.DiagramEditor.Diagrams.Shapes.Shape
endShape NClass.DiagramEditor.Diagrams.Shapes.Shape
Résultat System