C# 클래스 EAAddinFramework.Utils.EaItem

EA item (Diagram, Package, Element,..) to remember. It stores: GUID, ObjectType as String, ObjectType, EA object as Object
파일 보기 프로젝트 열기: Helmut-Ortmann/EnterpriseArchitect_hoTools

공개 메소드들

메소드 설명
EaItem ( string guid, string sqlObjType )

Constructor

EaItem ( string guid, string sqlObjType, EA eaObjectType )

Constructor

EaItem ( string guid, string sqlObjType, EA eaObjectType, object eaObject )

Constructor of an EAItem

비공개 메소드들

메소드 설명
Init ( string guid, string sqlObjType, EA objType, object eaObject ) : void

Initialize the EaItem

메소드 상세

EaItem() 공개 메소드

Constructor
public EaItem ( string guid, string sqlObjType )
guid string
sqlObjType string

EaItem() 공개 메소드

Constructor
public EaItem ( string guid, string sqlObjType, EA eaObjectType )
guid string
sqlObjType string
eaObjectType EA

EaItem() 공개 메소드

Constructor of an EAItem
public EaItem ( string guid, string sqlObjType, EA eaObjectType, object eaObject )
guid string
sqlObjType string
eaObjectType EA
eaObject object