C# Class ActivEarth.DAO.CarpoolDAO

Afficher le fichier Open project: mlcamilli/ActivEarth

Méthodes publiques

Méthode Description
AddCarpool ( Carpool carpool, string &errorMessage ) : int

Adds a new Carpool to the database.

GetCarpools ( ) : List

Retrieves the collection of all carpools submitted to the server.

Method Details

AddCarpool() public static méthode

Adds a new Carpool to the database.
public static AddCarpool ( Carpool carpool, string &errorMessage ) : int
carpool ActivEarth.Objects.Carpool Carpool to add to the database.
errorMessage string
Résultat int

GetCarpools() public static méthode

Retrieves the collection of all carpools submitted to the server.
public static GetCarpools ( ) : List
Résultat List