C# Class BattlelogMobile.Core.Service.UserIdAndPlatformResolver

Inheritance: IUserIdAndPlatformResolver
Show file Open project: mikkoviitala/battlelogmobile Class Usage Examples

Public Methods

Method Description
Resolve ( Stream stream ) : BattlelogUser
UserIdAndPlatformResolver ( SupportedGame game ) : System

Private Methods

Method Description
Resolve ( string buffer, string htmlBlock ) : BattlelogUser

Method Details

Resolve() public method

public Resolve ( Stream stream ) : BattlelogUser
stream Stream
return BattlelogMobile.Core.Model.BattlelogUser

UserIdAndPlatformResolver() public method

public UserIdAndPlatformResolver ( SupportedGame game ) : System
game SupportedGame
return System