C# Class ActivEarth.DAO.RecyclingDAO

ファイルを表示 Open project: mlcamilli/ActivEarth

Public Methods

Method 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 method

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
return int

GetRecyclingCenters() public static method

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