C# 클래스 NClass.DiagramEditor.Diagrams.ElementContainer

상속: IClipboardItem
파일 보기 프로젝트 열기: gbaychev/NClass

공개 메소드들

메소드 설명
AddConnection ( Connection connection ) : void
AddShape ( Shape shape ) : void
ElementContainer ( DiagramType sourceDiagramType ) : System.Collections.Generic
GetShape ( IEntity entity ) : Shape

비공개 메소드들

메소드 설명
IClipboardItem ( IDocument document ) : void

메소드 상세

AddConnection() 공개 메소드

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

AddShape() 공개 메소드

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

ElementContainer() 공개 메소드

public ElementContainer ( DiagramType sourceDiagramType ) : System.Collections.Generic
sourceDiagramType DiagramType
리턴 System.Collections.Generic

GetShape() 공개 메소드

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