C# 클래스 br.ufc.pargo.hpe.backend.DGAC.database.InnerComponentExposedDAO

파일 보기 프로젝트 열기: UFC-MDCC-HPC/Hash-Programming-Environment

공개 메소드들

메소드 설명
insert ( br.ufc.pargo.hpe.backend.DGAC.database.InnerComponentExposed ac ) : void
listExposedInnerOfOwner ( int id_abstract, string id_inner_owner ) : IList
listOwnerOfExposedInner ( int id_abstract, string id_inner_rename ) : IList

비공개 메소드들

메소드 설명
retrieve ( int id_abstract, string id_inner_container, string id_inner_rename ) : br.ufc.pargo.hpe.backend.DGAC.database.InnerComponentExposed
retrieve2 ( int id_abstract, string id_inner_rename ) : br.ufc.pargo.hpe.backend.DGAC.database.InnerComponentExposed
retrieveContainer ( int id_abstract_start, string id_inner_owner, string id_inner ) : br.ufc.pargo.hpe.backend.DGAC.database.InnerComponentExposed
retrieveContainerList ( int id_abstract_start, string id_inner_owner, string id_inner ) : IList

메소드 상세

insert() 공개 메소드

public insert ( br.ufc.pargo.hpe.backend.DGAC.database.InnerComponentExposed ac ) : void
ac br.ufc.pargo.hpe.backend.DGAC.database.InnerComponentExposed
리턴 void

listExposedInnerOfOwner() 공개 메소드

public listExposedInnerOfOwner ( int id_abstract, string id_inner_owner ) : IList
id_abstract int
id_inner_owner string
리턴 IList

listOwnerOfExposedInner() 공개 메소드

public listOwnerOfExposedInner ( int id_abstract, string id_inner_rename ) : IList
id_abstract int
id_inner_rename string
리턴 IList