C# Class BattlelogMobile.Core.Service.ItemNameMapper

Maps item names/slugs/whatever to more meaningfull display names. If no match is found, the variable passed in is returned unmodified.
Show file Open project: mikkoviitala/battlelogmobile

Public Methods

Method Description
Get ( string itemIdentifier ) : string

Private Methods

Method Description
ItemNameMapper ( ) : System.Collections.Generic

Method Details

Get() public static method

public static Get ( string itemIdentifier ) : string
itemIdentifier string
return string