C# Class NClass.DiagramEditor.Diagrams.ElementContainer

Inheritance: IClipboardItem
ファイルを表示 Open project: gbaychev/NClass

Public Methods

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

Private Methods

Method Description
IClipboardItem ( IDocument document ) : void

Method Details

AddConnection() public method

public AddConnection ( Connection connection ) : void
connection NClass.DiagramEditor.Diagrams.Connections.Connection
return void

AddShape() public method

public AddShape ( Shape shape ) : void
shape NClass.DiagramEditor.Diagrams.Shapes.Shape
return void

ElementContainer() public method

public ElementContainer ( DiagramType sourceDiagramType ) : System.Collections.Generic
sourceDiagramType DiagramType
return System.Collections.Generic

GetShape() public method

public GetShape ( IEntity entity ) : Shape
entity IEntity
return NClass.DiagramEditor.Diagrams.Shapes.Shape