C# Class EAMapping.EAMappingAddin

Description of MyClass.
Inheritance: EAAddinFramework.EAAddinBase
Afficher le fichier Open project: GeertBellekens/Enterprise-Architect-Toolpack

Private Properties

Свойство Type Description
dbControl_HandleDestroyed void
getCurrentMappingSet MappingFramework.MappingSet
getCurrentMappingSet MappingFramework.MappingSet
getCurrentMappingSet MappingFramework.MappingSet

Méthodes publiques

Méthode 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

Méthode 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 méthode

constructor, set menu names
public EAMappingAddin ( ) : System
Résultat System

EA_FileOpen() public méthode

public EA_FileOpen ( EA Repository ) : void
Repository EA
Résultat void

EA_MenuClick() public méthode

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
Résultat void