C# 클래스 Universe.Framework.Services.LLFailedLoginResponse

상속: LoginResponse
파일 보기 프로젝트 열기: Virtual-Universe/Virtual-Universe 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AccountProblem LLFailedLoginResponse
AlreadyLoggedInProblem LLFailedLoginResponse
AuthenticationProblem LLFailedLoginResponse
DeadRegionProblem LLFailedLoginResponse
GridProblem LLFailedLoginResponse
InternalError LLFailedLoginResponse
InventoryProblem LLFailedLoginResponse
LoginBlockedProblem LLFailedLoginResponse
PermanentBannedProblem LLFailedLoginResponse

보호된 프로퍼티들

프로퍼티 타입 설명
m_key string
m_login bool
m_value string

공개 메소드들

메소드 설명
LLFailedLoginResponse ( string key, string value, bool login ) : System.Collections
ToHashtable ( ) : Hashtable

비공개 메소드들

메소드 설명
LLFailedLoginResponse ( ) : System.Collections

메소드 상세

LLFailedLoginResponse() 공개 메소드

public LLFailedLoginResponse ( string key, string value, bool login ) : System.Collections
key string
value string
login bool
리턴 System.Collections

ToHashtable() 공개 메소드

public ToHashtable ( ) : Hashtable
리턴 System.Collections.Hashtable

프로퍼티 상세

AccountProblem 공개적으로 정적으로 프로퍼티

public static LLFailedLoginResponse,Universe.Framework.Services AccountProblem
리턴 LLFailedLoginResponse

AlreadyLoggedInProblem 공개적으로 정적으로 프로퍼티

public static LLFailedLoginResponse,Universe.Framework.Services AlreadyLoggedInProblem
리턴 LLFailedLoginResponse

AuthenticationProblem 공개적으로 정적으로 프로퍼티

public static LLFailedLoginResponse,Universe.Framework.Services AuthenticationProblem
리턴 LLFailedLoginResponse

DeadRegionProblem 공개적으로 정적으로 프로퍼티

public static LLFailedLoginResponse,Universe.Framework.Services DeadRegionProblem
리턴 LLFailedLoginResponse

GridProblem 공개적으로 정적으로 프로퍼티

public static LLFailedLoginResponse,Universe.Framework.Services GridProblem
리턴 LLFailedLoginResponse

InternalError 공개적으로 정적으로 프로퍼티

public static LLFailedLoginResponse,Universe.Framework.Services InternalError
리턴 LLFailedLoginResponse

InventoryProblem 공개적으로 정적으로 프로퍼티

public static LLFailedLoginResponse,Universe.Framework.Services InventoryProblem
리턴 LLFailedLoginResponse

LoginBlockedProblem 공개적으로 정적으로 프로퍼티

public static LLFailedLoginResponse,Universe.Framework.Services LoginBlockedProblem
리턴 LLFailedLoginResponse

PermanentBannedProblem 공개적으로 정적으로 프로퍼티

public static LLFailedLoginResponse,Universe.Framework.Services PermanentBannedProblem
리턴 LLFailedLoginResponse

m_key 보호되어 있는 프로퍼티

protected string m_key
리턴 string

m_login 보호되어 있는 프로퍼티

protected bool m_login
리턴 bool

m_value 보호되어 있는 프로퍼티

protected string m_value
리턴 string