C# Класс Universe.Services.LLLoginResponse

A class to handle LL login response.
Наследование: Universe.Framework.Services.LoginResponse
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
InventoryLibRoot System.Collections.ArrayList
InventoryLibrary System.Collections.ArrayList
InventoryLibraryOwner System.Collections.ArrayList

Открытые методы

Метод Описание
AddToUIConfig ( string itemName, string item ) : void
LLLoginResponse ( ) : System
LLLoginResponse ( UserAccount account, AgentCircuitData aCircuit, Framework pinfo, GridRegion destination, List invSkel, FriendInfo friendsList, IInventoryService invService, ILibraryService libService, string where, string startlocation, System.Vector3 position, System.Vector3 lookAt, List gestures, GridRegion home, IPEndPoint clientIP, string AdultMax, string AdultRating, ArrayList eventValues, ArrayList eventNotificationValues, ArrayList classifiedValues, string seedCap, IConfigSource source, string DisplayName, string cofversion, IGridInfo info ) : System
ToHashtable ( ) : Hashtable

Защищенные методы

Метод Описание
GetInventoryLibrary ( ILibraryService library, IInventoryService inventoryService ) : ArrayList

Converts the inventory library skeleton into the form required by the RPC request.

GetLibraryOwner ( ILibraryService libService ) : ArrayList

Приватные методы

Метод Описание
ConvertFriendListItem ( FriendInfo friendsList ) : BuddyList
FillOutActiveGestures ( List gestures ) : void
FillOutHomeData ( Framework pinfo, GridRegion homeRegion ) : void
FillOutInventoryData ( List invSkel, ILibraryService libService, IInventoryService invService ) : void
FillOutRegionData ( AgentCircuitData circuitData, GridRegion destination ) : void
GetInventorySkeleton ( ILibraryService library, IInventoryService inventoryService, List folders ) : InventoryData
SetDefaultValues ( ) : void
TraverseFolder ( UUID agentIDreq, UUID folderID, IInventoryService invService, ILibraryService library, bool rootFolder, ArrayList &table ) : void

Описание методов

AddToUIConfig() публичный Метод

public AddToUIConfig ( string itemName, string item ) : void
itemName string
item string
Результат void

GetInventoryLibrary() защищенный Метод

Converts the inventory library skeleton into the form required by the RPC request.
protected GetInventoryLibrary ( ILibraryService library, IInventoryService inventoryService ) : ArrayList
library ILibraryService
inventoryService IInventoryService
Результат System.Collections.ArrayList

GetLibraryOwner() защищенный Метод

protected GetLibraryOwner ( ILibraryService libService ) : ArrayList
libService ILibraryService
Результат System.Collections.ArrayList

LLLoginResponse() публичный Метод

public LLLoginResponse ( ) : System
Результат System

LLLoginResponse() публичный Метод

public LLLoginResponse ( UserAccount account, AgentCircuitData aCircuit, Framework pinfo, GridRegion destination, List invSkel, FriendInfo friendsList, IInventoryService invService, ILibraryService libService, string where, string startlocation, System.Vector3 position, System.Vector3 lookAt, List gestures, GridRegion home, IPEndPoint clientIP, string AdultMax, string AdultRating, ArrayList eventValues, ArrayList eventNotificationValues, ArrayList classifiedValues, string seedCap, IConfigSource source, string DisplayName, string cofversion, IGridInfo info ) : System
account Universe.Framework.Services.UserAccount
aCircuit Universe.Framework.PresenceInfo.AgentCircuitData
pinfo Framework
destination Universe.Framework.Services.GridRegion
invSkel List
friendsList Universe.Framework.Services.FriendInfo
invService IInventoryService
libService ILibraryService
where string
startlocation string
position System.Vector3
lookAt System.Vector3
gestures List
home Universe.Framework.Services.GridRegion
clientIP System.Net.IPEndPoint
AdultMax string
AdultRating string
eventValues System.Collections.ArrayList
eventNotificationValues System.Collections.ArrayList
classifiedValues System.Collections.ArrayList
seedCap string
source IConfigSource
DisplayName string
cofversion string
info IGridInfo
Результат System

ToHashtable() публичный Метод

public ToHashtable ( ) : Hashtable
Результат System.Collections.Hashtable

Описание свойств

InventoryLibRoot публичное статическое свойство

public static ArrayList,System.Collections InventoryLibRoot
Результат System.Collections.ArrayList

InventoryLibrary публичное статическое свойство

public static ArrayList,System.Collections InventoryLibrary
Результат System.Collections.ArrayList

InventoryLibraryOwner публичное статическое свойство

public static ArrayList,System.Collections InventoryLibraryOwner
Результат System.Collections.ArrayList