C# Class BattlelogMobile.Core.Service.AwardPropertyMapper

Since ribbons and medals does not have JSON data for their names and descriptions, we'll just have to map these values. Edit: And now it seems that images are not matching award names anymore, so these were added.
Show file Open project: mikkoviitala/battlelogmobile

Public Methods

Method Description
Get ( string awardCode, string awardGroup ) : Tuple

Private Methods

Method Description
AwardPropertyMapper ( ) : System

Method Details

Get() public static method

public static Get ( string awardCode, string awardGroup ) : Tuple
awardCode string
awardGroup string
return Tuple