C# Class br.ufc.pargo.hpe.backend.DGAC.database.AbstractComponentFunctorParameterDAO

Afficher le fichier Open project: UFC-MDCC-HPC/Hash-Programming-Environment

Méthodes publiques

Méthode Description
insert ( br.ufc.pargo.hpe.backend.DGAC.database.AbstractComponentFunctorParameter ac ) : void
list ( int id_abstract ) : IList

Private Methods

Méthode Description
makeKey ( int id_abstract, string id_parameter ) : int
retrieve ( int id_abstract, string id_parameter ) : br.ufc.pargo.hpe.backend.DGAC.database.AbstractComponentFunctorParameter

Method Details

insert() public méthode

public insert ( br.ufc.pargo.hpe.backend.DGAC.database.AbstractComponentFunctorParameter ac ) : void
ac br.ufc.pargo.hpe.backend.DGAC.database.AbstractComponentFunctorParameter
Résultat void

list() public méthode

public list ( int id_abstract ) : IList
id_abstract int
Résultat IList