C# Class EAMapping.EAMappingAddin

Description of MyClass.
Inheritance: EAAddinFramework.EAAddinBase
显示文件 Open project: GeertBellekens/Enterprise-Architect-Toolpack

Private Properties

Property Type Description
dbControl_HandleDestroyed void
getCurrentMappingSet MappingFramework.MappingSet
getCurrentMappingSet MappingFramework.MappingSet
getCurrentMappingSet MappingFramework.MappingSet

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

EAMappingAddin() public method

constructor, set menu names
public EAMappingAddin ( ) : System
return System

EA_FileOpen() public method

public EA_FileOpen ( EA Repository ) : void
Repository EA
return void

EA_MenuClick() public method

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
return void