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

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

공개 메소드들

메소드 설명
insert ( Component ac ) : int
listByAbstractComponent ( int id_abstract ) : IList
listByUID ( string cuid ) : IList
retrieve ( int id_concrete ) : Component
retrieveByFunctorApp ( int id_functor_app ) : Component
retrieve_libraryPath ( string library_path ) : Component
retrieve_uid ( string hash_component_uid ) : Component

비공개 메소드들

메소드 설명
list ( ) : IList
retrieveThatImplements ( int id_abstract ) : IList

메소드 상세

insert() 공개 메소드

public insert ( Component ac ) : int
ac Component
리턴 int

listByAbstractComponent() 공개 메소드

public listByAbstractComponent ( int id_abstract ) : IList
id_abstract int
리턴 IList

listByUID() 공개 메소드

public listByUID ( string cuid ) : IList
cuid string
리턴 IList

retrieve() 공개 메소드

public retrieve ( int id_concrete ) : Component
id_concrete int
리턴 Component

retrieveByFunctorApp() 공개 메소드

public retrieveByFunctorApp ( int id_functor_app ) : Component
id_functor_app int
리턴 Component

retrieve_libraryPath() 공개 메소드

public retrieve_libraryPath ( string library_path ) : Component
library_path string
리턴 Component

retrieve_uid() 공개 메소드

public retrieve_uid ( string hash_component_uid ) : Component
hash_component_uid string
리턴 Component