C# Class Universe.Framework.Services.LLFailedLoginResponse

Inheritance: LoginResponse
Mostra file Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Public Properties

Property Type Description
AccountProblem LLFailedLoginResponse
AlreadyLoggedInProblem LLFailedLoginResponse
AuthenticationProblem LLFailedLoginResponse
DeadRegionProblem LLFailedLoginResponse
GridProblem LLFailedLoginResponse
InternalError LLFailedLoginResponse
InventoryProblem LLFailedLoginResponse
LoginBlockedProblem LLFailedLoginResponse
PermanentBannedProblem LLFailedLoginResponse

Protected Properties

Property Type Description
m_key string
m_login bool
m_value string

Public Methods

Method Description
LLFailedLoginResponse ( string key, string value, bool login ) : System.Collections
ToHashtable ( ) : Hashtable

Private Methods

Method Description
LLFailedLoginResponse ( ) : System.Collections

Method Details

LLFailedLoginResponse() public method

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

ToHashtable() public method

public ToHashtable ( ) : Hashtable
return System.Collections.Hashtable

Property Details

AccountProblem public_oe static_oe property

public static LLFailedLoginResponse,Universe.Framework.Services AccountProblem
return LLFailedLoginResponse

AlreadyLoggedInProblem public_oe static_oe property

public static LLFailedLoginResponse,Universe.Framework.Services AlreadyLoggedInProblem
return LLFailedLoginResponse

AuthenticationProblem public_oe static_oe property

public static LLFailedLoginResponse,Universe.Framework.Services AuthenticationProblem
return LLFailedLoginResponse

DeadRegionProblem public_oe static_oe property

public static LLFailedLoginResponse,Universe.Framework.Services DeadRegionProblem
return LLFailedLoginResponse

GridProblem public_oe static_oe property

public static LLFailedLoginResponse,Universe.Framework.Services GridProblem
return LLFailedLoginResponse

InternalError public_oe static_oe property

public static LLFailedLoginResponse,Universe.Framework.Services InternalError
return LLFailedLoginResponse

InventoryProblem public_oe static_oe property

public static LLFailedLoginResponse,Universe.Framework.Services InventoryProblem
return LLFailedLoginResponse

LoginBlockedProblem public_oe static_oe property

public static LLFailedLoginResponse,Universe.Framework.Services LoginBlockedProblem
return LLFailedLoginResponse

PermanentBannedProblem public_oe static_oe property

public static LLFailedLoginResponse,Universe.Framework.Services PermanentBannedProblem
return LLFailedLoginResponse

m_key protected_oe property

protected string m_key
return string

m_login protected_oe property

protected bool m_login
return bool

m_value protected_oe property

protected string m_value
return string