C# Class NClass.DiagramEditor.Diagrams.ElementContainer

Inheritance: IClipboardItem
Afficher le fichier Open project: gbaychev/NClass

Méthodes publiques

Méthode Description
AddConnection ( Connection connection ) : void
AddShape ( Shape shape ) : void
ElementContainer ( DiagramType sourceDiagramType ) : System.Collections.Generic
GetShape ( IEntity entity ) : Shape

Private Methods

Méthode Description
IClipboardItem ( IDocument document ) : void

Method Details

AddConnection() public méthode

public AddConnection ( Connection connection ) : void
connection NClass.DiagramEditor.Diagrams.Connections.Connection
Résultat void

AddShape() public méthode

public AddShape ( Shape shape ) : void
shape NClass.DiagramEditor.Diagrams.Shapes.Shape
Résultat void

ElementContainer() public méthode

public ElementContainer ( DiagramType sourceDiagramType ) : System.Collections.Generic
sourceDiagramType DiagramType
Résultat System.Collections.Generic

GetShape() public méthode

public GetShape ( IEntity entity ) : Shape
entity IEntity
Résultat NClass.DiagramEditor.Diagrams.Shapes.Shape