C# 클래스 ClourWars.Web.Code.ProfileHelper

파일 보기 프로젝트 열기: pedro-ramirez-suarez/cloudwarsgame

공개 메소드들

메소드 설명
GetPlayerProfile ( string user ) : Player
UpdateProfile ( System.Guid id, string displayName, string avatar, string user ) : void
UserHasProfile ( string user ) : bool

메소드 상세

GetPlayerProfile() 공개 정적인 메소드

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

UpdateProfile() 공개 정적인 메소드

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

UserHasProfile() 공개 정적인 메소드

public static UserHasProfile ( string user ) : bool
user string
리턴 bool