C# Класс Sozialhelden.Wheelmap.Lib.DataAccess.DataManager

Present the DataManager API
Показать файл Открыть проект

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

Метод Описание
GetCategoriesAsync ( Action callback ) : void

Gets the categories and put them to a CategoryList.

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

Метод Описание
DataManager ( ) : System

Initializes a new instance of the DataManager class.

getQueryString ( ) : string

Build a QueryString with usage of the passed single querys and some default querys

paramAPIKey ( ) : string
paramLocale ( ) : string
validateAPIKey ( ) : void

Validates the API key. And throw an Exception if it failed

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

GetCategoriesAsync() публичный Метод

Gets the categories and put them to a CategoryList.
if there is no api - key
public GetCategoriesAsync ( Action callback ) : void
callback Action
Результат void