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

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

공개 메소드들

메소드 설명
insert ( br.ufc.pargo.hpe.backend.DGAC.database.AbstractComponentFunctorParameter ac ) : void
list ( int id_abstract ) : IList

비공개 메소드들

메소드 설명
makeKey ( int id_abstract, string id_parameter ) : int
retrieve ( int id_abstract, string id_parameter ) : br.ufc.pargo.hpe.backend.DGAC.database.AbstractComponentFunctorParameter

메소드 상세

insert() 공개 메소드

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

list() 공개 메소드

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