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

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

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

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