C# Class WhiteCore.Services.LLLoginResponse

A class to handle LL login response.
Inheritance: WhiteCore.Framework.Services.LoginResponse
Afficher le fichier Open project: WhiteCoreSim/WhiteCore-Dev Class Usage Examples

Méthodes publiques

Свойство Type Description
InventoryLibRoot System.Collections.ArrayList
InventoryLibrary System.Collections.ArrayList
InventoryLibraryOwner System.Collections.ArrayList

Méthodes publiques

Méthode Description
AddToUIConfig ( string itemName, string item ) : void
LLLoginResponse ( ) : System
LLLoginResponse ( UserAccount account, WhiteCore.Framework.PresenceInfo.AgentCircuitData aCircuit, Framework pinfo, WhiteCore.Framework.Services.GridRegion destination, List invSkel, WhiteCore.Framework.Services.FriendInfo friendsList, IInventoryService invService, ILibraryService libService, string where, string startlocation, System.Vector3 position, System.Vector3 lookAt, List gestures, WhiteCore.Framework.Services.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

Méthodes protégées

Méthode Description
GetInventoryLibrary ( ILibraryService library, IInventoryService inventoryService ) : ArrayList

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

GetLibraryOwner ( ILibraryService libService ) : ArrayList

Private Methods

Méthode Description
ConvertFriendListItem ( WhiteCore.Framework.Services.FriendInfo friendsList ) : BuddyList
FillOutActiveGestures ( List gestures ) : void
FillOutHomeData ( Framework pinfo, WhiteCore.Framework.Services.GridRegion homeRegion ) : void
FillOutInventoryData ( List invSkel, ILibraryService libService, IInventoryService invService ) : void
FillOutRegionData ( WhiteCore.Framework.PresenceInfo.AgentCircuitData circuitData, WhiteCore.Framework.Services.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

Method Details

AddToUIConfig() public méthode

public AddToUIConfig ( string itemName, string item ) : void
itemName string
item string
Résultat void

GetInventoryLibrary() protected méthode

Converts the inventory library skeleton into the form required by the RPC request.
protected GetInventoryLibrary ( ILibraryService library, IInventoryService inventoryService ) : ArrayList
library ILibraryService
inventoryService IInventoryService
Résultat System.Collections.ArrayList

GetLibraryOwner() protected méthode

protected GetLibraryOwner ( ILibraryService libService ) : ArrayList
libService ILibraryService
Résultat System.Collections.ArrayList

LLLoginResponse() public méthode

public LLLoginResponse ( ) : System
Résultat System

LLLoginResponse() public méthode

public LLLoginResponse ( UserAccount account, WhiteCore.Framework.PresenceInfo.AgentCircuitData aCircuit, Framework pinfo, WhiteCore.Framework.Services.GridRegion destination, List invSkel, WhiteCore.Framework.Services.FriendInfo friendsList, IInventoryService invService, ILibraryService libService, string where, string startlocation, System.Vector3 position, System.Vector3 lookAt, List gestures, WhiteCore.Framework.Services.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 WhiteCore.Framework.Services.UserAccount
aCircuit WhiteCore.Framework.PresenceInfo.AgentCircuitData
pinfo Framework
destination WhiteCore.Framework.Services.GridRegion
invSkel List
friendsList WhiteCore.Framework.Services.FriendInfo
invService IInventoryService
libService ILibraryService
where string
startlocation string
position System.Vector3
lookAt System.Vector3
gestures List
home WhiteCore.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
Résultat System

ToHashtable() public méthode

public ToHashtable ( ) : Hashtable
Résultat System.Collections.Hashtable

Property Details

InventoryLibRoot public_oe static_oe property

public static ArrayList,System.Collections InventoryLibRoot
Résultat System.Collections.ArrayList

InventoryLibrary public_oe static_oe property

public static ArrayList,System.Collections InventoryLibrary
Résultat System.Collections.ArrayList

InventoryLibraryOwner public_oe static_oe property

public static ArrayList,System.Collections InventoryLibraryOwner
Résultat System.Collections.ArrayList