C# Class ClourWars.Web.Code.ProfileHelper

Mostrar archivo Open project: pedro-ramirez-suarez/cloudwarsgame

Public Methods

Method Description
GetPlayerProfile ( string user ) : Player
UpdateProfile ( System.Guid id, string displayName, string avatar, string user ) : void
UserHasProfile ( string user ) : bool

Method Details

GetPlayerProfile() public static method

public static GetPlayerProfile ( string user ) : Player
user string
return CloudWars.Entities.Player.Player

UpdateProfile() public static method

public static UpdateProfile ( System.Guid id, string displayName, string avatar, string user ) : void
id System.Guid
displayName string
avatar string
user string
return void

UserHasProfile() public static method

public static UserHasProfile ( string user ) : bool
user string
return bool