C# 클래스 hoTools.EAServicesPort.PortServices

파일 보기 프로젝트 열기: Helmut-Ortmann/EnterpriseArchitect_hoTools 1 사용 예제들

공개 메소드들

메소드 설명
ChangeLabelGui ( LabelStyle style ) : void
ConnectPortsGui ( ) : void

Connect Ports between selected Elements from GUI with Mouse Wait It connects Ports of different elements with the same name with a not directed connector

ConnectPortsInsideGui ( ) : void
ConnectPortsOf2Classes ( EA.Element srcEl, EA.Element trgtEl ) : void
CopyPortsGui ( ) : void

Copy Ports

DeletePortsGui ( ) : void
DeletePortsMarkedPorts ( ) : void
DoChangeLabelGui ( LabelStyle style ) : void
DoConnectPortGui ( ) : void

Connect all ports of: - all selected Class / Components to each other - recursive selected packages

DoConnectPortsInsideGui ( ) : int

Connect all ports of all selected Class / Components to each other.

DoCopyPortsGui ( ) : int
DoDeleteMarkedPortsGui ( ) : void
DoDeletePortsGui ( ) : int
DoOrderDiagramObjectsGui ( ) : void
OrderDiagramObjectsGui ( ) : void
PortServices ( Repository rep ) : System

Port services like: Label, Connect, Copy, Delete,..

RemovePortFromDiagramGui ( ) : void
SetConnectionDirectionUnspecifiedGui ( ) : void
ShowPortsInDiagram ( bool isOptimizePortLayout = false ) : void

Show Ports of selected elements in Diagram. The ports are on the right side of the element. If isOptimized=true: - Receiving Ports on the left side (Server, Receiver) - Sending Ports on the right side (Client, Sender)

비공개 메소드들

메소드 설명
ChangeLabel ( EA.DiagramObject portObj, string from, string to ) : void
CopyPort ( EA.Element srcPort, EA.Element trgEl ) : void

Copy port to target element

DelPort ( EA.Element port ) : void
DoChangeLabelStyle ( EA.DiagramObject portObj, LabelStyle style ) : void
DoRemovePortFromDiagramGui ( ) : void
RemovePortFromDiagram ( Diagram dia, EA.Element port ) : void
SetElementConnectorDirectionUnspecified ( EA.Element el ) : void

메소드 상세

ChangeLabelGui() 공개 메소드

public ChangeLabelGui ( LabelStyle style ) : void
style LabelStyle
리턴 void

ConnectPortsGui() 공개 메소드

Connect Ports between selected Elements from GUI with Mouse Wait It connects Ports of different elements with the same name with a not directed connector
public ConnectPortsGui ( ) : void
리턴 void

ConnectPortsInsideGui() 공개 메소드

public ConnectPortsInsideGui ( ) : void
리턴 void

ConnectPortsOf2Classes() 공개 메소드

public ConnectPortsOf2Classes ( EA.Element srcEl, EA.Element trgtEl ) : void
srcEl EA.Element
trgtEl EA.Element
리턴 void

CopyPortsGui() 공개 메소드

Copy Ports
public CopyPortsGui ( ) : void
리턴 void

DeletePortsGui() 공개 메소드

public DeletePortsGui ( ) : void
리턴 void

DeletePortsMarkedPorts() 공개 메소드

public DeletePortsMarkedPorts ( ) : void
리턴 void

DoChangeLabelGui() 공개 메소드

public DoChangeLabelGui ( LabelStyle style ) : void
style LabelStyle
리턴 void

DoConnectPortGui() 공개 메소드

Connect all ports of: - all selected Class / Components to each other - recursive selected packages
public DoConnectPortGui ( ) : void
리턴 void

DoConnectPortsInsideGui() 공개 메소드

Connect all ports of all selected Class / Components to each other.
public DoConnectPortsInsideGui ( ) : int
리턴 int

DoCopyPortsGui() 공개 메소드

public DoCopyPortsGui ( ) : int
리턴 int

DoDeleteMarkedPortsGui() 공개 메소드

public DoDeleteMarkedPortsGui ( ) : void
리턴 void

DoDeletePortsGui() 공개 메소드

public DoDeletePortsGui ( ) : int
리턴 int

DoOrderDiagramObjectsGui() 공개 메소드

public DoOrderDiagramObjectsGui ( ) : void
리턴 void

OrderDiagramObjectsGui() 공개 메소드

public OrderDiagramObjectsGui ( ) : void
리턴 void

PortServices() 공개 메소드

Port services like: Label, Connect, Copy, Delete,..
public PortServices ( Repository rep ) : System
rep Repository
리턴 System

RemovePortFromDiagramGui() 공개 메소드

public RemovePortFromDiagramGui ( ) : void
리턴 void

SetConnectionDirectionUnspecifiedGui() 공개 메소드

public SetConnectionDirectionUnspecifiedGui ( ) : void
리턴 void

ShowPortsInDiagram() 공개 메소드

Show Ports of selected elements in Diagram. The ports are on the right side of the element. If isOptimized=true: - Receiving Ports on the left side (Server, Receiver) - Sending Ports on the right side (Client, Sender)
public ShowPortsInDiagram ( bool isOptimizePortLayout = false ) : void
isOptimizePortLayout bool
리턴 void