C# Класс OpenSim.Services.LLLoginService.LLFailedLoginResponse

Наследование: OpenSim.Services.Interfaces.FailedLoginResponse
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
AlreadyLoggedInProblem LLFailedLoginResponse
DeadRegionProblem LLFailedLoginResponse
GridProblem LLFailedLoginResponse
InternalError LLFailedLoginResponse
InventoryProblem LLFailedLoginResponse
LoginBlockedProblem LLFailedLoginResponse
UserProblem LLFailedLoginResponse

Защищенные свойства (Protected)

Свойство Тип Описание
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