C# 클래스 ActivEarth.DAO.CarpoolDAO

파일 보기 프로젝트 열기: mlcamilli/ActivEarth

공개 메소드들

메소드 설명
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