C# Class Sozialhelden.Wheelmap.Lib.DataAccess.DataManager

Present the DataManager API
Datei anzeigen Open project: sozialhelden/wheelmap-wp7

Public Methods

Method Description
GetCategoriesAsync ( Action callback ) : void

Gets the categories and put them to a CategoryList.

Private Methods

Method Description
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

Method Details

GetCategoriesAsync() public method

Gets the categories and put them to a CategoryList.
if there is no api - key
public GetCategoriesAsync ( Action callback ) : void
callback Action
return void