C# 클래스 ActivEarth.DAO.RecyclingDAO

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

공개 메소드들

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

메소드 상세

AddRecycleCenter() 공개 정적인 메소드

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
리턴 int

GetRecyclingCenters() 공개 정적인 메소드

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