C# Класс hoTools.Utils.Element

Показать файл Открыть проект

Открытые методы

Метод Описание
CreateElement ( EA rep, EA pkg, string name, string type, string stereotype ) : EA.Element

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

Описание методов

CreateElement() публичный статический Метод

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
Результат EA.Element

CreatePortWithInterface() публичный статический Метод

public static CreatePortWithInterface ( EA elSource, EA elInterface, string ifType = "RequiredInterface" ) : EA.Element
elSource EA
elInterface EA
ifType string
Результат EA.Element