C# 클래스 OpenSim.Services.LLLoginService.LLFailedLoginResponse

상속: OpenSim.Services.Interfaces.FailedLoginResponse
파일 보기 프로젝트 열기: N3X15/VoxelSim 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AlreadyLoggedInProblem LLFailedLoginResponse
DeadRegionProblem LLFailedLoginResponse
GridProblem LLFailedLoginResponse
InternalError LLFailedLoginResponse
InventoryProblem LLFailedLoginResponse
LoginBlockedProblem LLFailedLoginResponse
UserProblem LLFailedLoginResponse

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
LLFailedLoginResponse ( string key, string value, string login ) : System
ToHashtable ( ) : Hashtable
ToOSDMap ( ) : OSD

비공개 메소드들

메소드 설명
LLFailedLoginResponse ( ) : System

메소드 상세

LLFailedLoginResponse() 공개 메소드

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

ToHashtable() 공개 메소드

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

ToOSDMap() 공개 메소드

public ToOSDMap ( ) : OSD
리턴 OSD

프로퍼티 상세

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

public static LLFailedLoginResponse,OpenSim.Services.LLLoginService AlreadyLoggedInProblem
리턴 LLFailedLoginResponse

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

public static LLFailedLoginResponse,OpenSim.Services.LLLoginService DeadRegionProblem
리턴 LLFailedLoginResponse

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

public static LLFailedLoginResponse,OpenSim.Services.LLLoginService GridProblem
리턴 LLFailedLoginResponse

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

public static LLFailedLoginResponse,OpenSim.Services.LLLoginService InternalError
리턴 LLFailedLoginResponse

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

public static LLFailedLoginResponse,OpenSim.Services.LLLoginService InventoryProblem
리턴 LLFailedLoginResponse

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

public static LLFailedLoginResponse,OpenSim.Services.LLLoginService LoginBlockedProblem
리턴 LLFailedLoginResponse

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

public static LLFailedLoginResponse,OpenSim.Services.LLLoginService UserProblem
리턴 LLFailedLoginResponse

m_key 보호되어 있는 프로퍼티

protected string m_key
리턴 string

m_login 보호되어 있는 프로퍼티

protected string m_login
리턴 string

m_value 보호되어 있는 프로퍼티

protected string m_value
리턴 string