C# Класс Universe.Framework.Services.LLFailedLoginResponse

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

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

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

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

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