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

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

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

Метод Описание
AddNewRoute ( Route route, string &errorMessage ) : int

Adds a new Route to the database.

GetRoutesFromUserId ( int userId ) : List

Retrieves the collection of routes submitted by a given user.

Приватные методы

Метод Описание
MetersToMiles ( double meters ) : double

Converts a distance in meters to a distance in miles.

ProcessRoute ( Route route ) : void

Processes the contents of a route and updates the corresponding user statistics.

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

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

Adds a new Route to the database.
public static AddNewRoute ( Route route, string &errorMessage ) : int
route ActivEarth.Objects.Profile.Route Route to add to the database.
errorMessage string
Результат int

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

Retrieves the collection of routes submitted by a given user.
public static GetRoutesFromUserId ( int userId ) : List
userId int Identifier of the user.
Результат List