C# Class OpenSim.Services.LLLoginService.LLFailedLoginResponse

Inheritance: OpenSim.Services.Interfaces.FailedLoginResponse
Datei anzeigen Open project: N3X15/VoxelSim Class Usage Examples

Public Properties

Property Type Description
AlreadyLoggedInProblem LLFailedLoginResponse
DeadRegionProblem LLFailedLoginResponse
GridProblem LLFailedLoginResponse
InternalError LLFailedLoginResponse
InventoryProblem LLFailedLoginResponse
LoginBlockedProblem LLFailedLoginResponse
UserProblem LLFailedLoginResponse

Protected Properties

Property Type Description
m_key string
m_login string
m_value string

Public Methods

Method Description
LLFailedLoginResponse ( string key, string value, string login ) : System
ToHashtable ( ) : Hashtable
ToOSDMap ( ) : OSD

Private Methods

Method Description
LLFailedLoginResponse ( ) : System

Method Details

LLFailedLoginResponse() public method

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

ToHashtable() public method

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

ToOSDMap() public method

public ToOSDMap ( ) : OSD
return OSD

Property Details

AlreadyLoggedInProblem public_oe static_oe property

public static LLFailedLoginResponse,OpenSim.Services.LLLoginService AlreadyLoggedInProblem
return LLFailedLoginResponse

DeadRegionProblem public_oe static_oe property

public static LLFailedLoginResponse,OpenSim.Services.LLLoginService DeadRegionProblem
return LLFailedLoginResponse

GridProblem public_oe static_oe property

public static LLFailedLoginResponse,OpenSim.Services.LLLoginService GridProblem
return LLFailedLoginResponse

InternalError public_oe static_oe property

public static LLFailedLoginResponse,OpenSim.Services.LLLoginService InternalError
return LLFailedLoginResponse

InventoryProblem public_oe static_oe property

public static LLFailedLoginResponse,OpenSim.Services.LLLoginService InventoryProblem
return LLFailedLoginResponse

LoginBlockedProblem public_oe static_oe property

public static LLFailedLoginResponse,OpenSim.Services.LLLoginService LoginBlockedProblem
return LLFailedLoginResponse

UserProblem public_oe static_oe property

public static LLFailedLoginResponse,OpenSim.Services.LLLoginService UserProblem
return LLFailedLoginResponse

m_key protected_oe property

protected string m_key
return string

m_login protected_oe property

protected string m_login
return string

m_value protected_oe property

protected string m_value
return string