C# 클래스 EAAddinFramework.Utils.EaObjectType

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

공개 메소드들

메소드 설명
GetEaObject ( this rep, string sqlObjectType, string guid, EA &objectType ) : object

Extension Method EA.Repository to get: - EA Object - EA.ObjectType from Object Type in Table and GUID

메소드 상세

GetEaObject() 공개 정적인 메소드

Extension Method EA.Repository to get: - EA Object - EA.ObjectType from Object Type in Table and GUID
public static GetEaObject ( this rep, string sqlObjectType, string guid, EA &objectType ) : object
rep this
sqlObjectType string
guid string
objectType EA
리턴 object