C# 클래스 hoTools.Utils.Element

파일 보기 프로젝트 열기: Helmut-Ortmann/EnterpriseArchitect_hoTools

공개 메소드들

메소드 설명
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