C# 클래스 EAAddinTester.EAAddinTesterProgram

파일 보기 프로젝트 열기: GeertBellekens/Enterprise-Architect-Add-in-Framework 1 사용 예제들

비공개 메소드들

메소드 설명
Main ( ) : void
SetMenu ( string location, ToolStripMenuItem addinMenu, string menuName ) : void
SetMenu ( string location, ToolStripMenuItem addinMenu, string menuName, EAAddinFramework addin ) : void

gets the menu items from the addin

addAddIns ( ) : void
clickMenu ( string location, string menuName, string itemName ) : void

Menu is clicked, forward to addin

getOpenedModel ( ) : EA.Repository

Gets the Repository object from the currently running instance of EA. If multiple instances are running it returns the first one opened.

initializeAddins ( ) : void
myTest ( ) : void

generic test method. To be filled in with whatever needs to be tested.