C# Класс ActivEarth.DAO.CarpoolDAO

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

AddCarpool() публичный статический Метод

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
Результат int

GetCarpools() публичный статический Метод

Retrieves the collection of all carpools submitted to the server.
public static GetCarpools ( ) : List
Результат List