C# Class ActivEarth.DAO.RecyclingDAO

Afficher le fichier Open project: mlcamilli/ActivEarth

Méthodes publiques

Méthode Description
AddRecycleCenter ( RecycleCenter center, string &errorMessage ) : int

Adds a new Recycle Center to the database.

GetRecyclingCenters ( ) : List

Retrieves the collection of all recycling centers submitted to the server.

Method Details

AddRecycleCenter() public static méthode

Adds a new Recycle Center to the database.
public static AddRecycleCenter ( RecycleCenter center, string &errorMessage ) : int
center ActivEarth.Objects.RecycleCenter Recycle Center to add to the database.
errorMessage string
Résultat int

GetRecyclingCenters() public static méthode

Retrieves the collection of all recycling centers submitted to the server.
public static GetRecyclingCenters ( ) : List
Résultat List