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.
Afficher le fichier Open project: mikkoviitala/battlelogmobile

Méthodes publiques

Méthode Description
Get ( string itemIdentifier ) : string

Private Methods

Méthode Description
ItemNameMapper ( ) : System.Collections.Generic

Method Details

Get() public static méthode

public static Get ( string itemIdentifier ) : string
itemIdentifier string
Résultat string