C# Class hoTools.Utils.Element

Afficher le fichier Open project: Helmut-Ortmann/EnterpriseArchitect_hoTools

Méthodes publiques

Méthode Description
CreateElement ( EA rep, EA pkg, string name, string type, string stereotype ) : EA.Element

CreatePortWithInterface ( EA elSource, EA elInterface, string ifType = "RequiredInterface" ) : EA.Element

Method Details

CreateElement() public static méthode

public static CreateElement ( EA rep, EA pkg, string name, string type, string stereotype ) : EA.Element
rep EA
pkg EA
name string
type string
stereotype string
Résultat EA.Element

CreatePortWithInterface() public static méthode

public static CreatePortWithInterface ( EA elSource, EA elInterface, string ifType = "RequiredInterface" ) : EA.Element
elSource EA
elInterface EA
ifType string
Résultat EA.Element