C# 클래스 EAMapping.EAMappingAddin

Description of MyClass.
상속: EAAddinFramework.EAAddinBase
파일 보기 프로젝트 열기: GeertBellekens/Enterprise-Architect-Toolpack

Private Properties

프로퍼티 타입 설명
dbControl_HandleDestroyed void
getCurrentMappingSet MappingFramework.MappingSet
getCurrentMappingSet MappingFramework.MappingSet
getCurrentMappingSet MappingFramework.MappingSet

공개 메소드들

메소드 설명
EAMappingAddin ( ) : System

constructor, set menu names

EA_FileOpen ( EA Repository ) : void
EA_MenuClick ( EA Repository, string Location, string MenuName, string ItemName ) : void

Called when user makes a selection in the menu. This is your main exit point to the rest of your Add-in

비공개 메소드들

메소드 설명
dbControl_HandleDestroyed ( object sender, EventArgs e ) : void
getCurrentMappingSet ( TSF.UmlToolingFramework.UML package, bool source ) : MappingFramework.MappingSet
getCurrentMappingSet ( TSF.UmlToolingFramework.Wrappers.EA rootElement, bool source ) : MappingFramework.MappingSet
getCurrentMappingSet ( bool source ) : MappingFramework.MappingSet

메소드 상세

EAMappingAddin() 공개 메소드

constructor, set menu names
public EAMappingAddin ( ) : System
리턴 System

EA_FileOpen() 공개 메소드

public EA_FileOpen ( EA Repository ) : void
Repository EA
리턴 void

EA_MenuClick() 공개 메소드

Called when user makes a selection in the menu. This is your main exit point to the rest of your Add-in
public EA_MenuClick ( EA Repository, string Location, string MenuName, string ItemName ) : void
Repository EA the repository
Location string the location of the menu
MenuName string the name of the menu
ItemName string the name of the selected menu item
리턴 void