OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Properties | List of all members
OpenSim.Framework.UserProfileData Class Reference

Information about a particular user known to the userserver More...

Properties

virtual ulong HomeRegion [get, set]
 The regionhandle of the users preferred home region. If multiple sims occupy the same spot, the grid may decide which region the user logs into More...
 
UUID HomeRegionID [get, set]
 The regionID of the users home region. This is unique; even if the position of the region changes within the grid, this will refer to the same region. More...
 
UUID ID [get, set]
 
UUID WebLoginKey [get, set]
 
string FirstName [get, set]
 
string SurName [get, set]
 
string Name [get]
 
string Email [get, set]
 
string PasswordHash [get, set]
 
string PasswordSalt [get, set]
 
uint HomeRegionX [get, set]
 
uint HomeRegionY [get, set]
 
Vector3 HomeLocation [get, set]
 
float HomeLocationX [get, set]
 
float HomeLocationY [get, set]
 
float HomeLocationZ [get, set]
 
Vector3 HomeLookAt [get, set]
 
float HomeLookAtX [get, set]
 
float HomeLookAtY [get, set]
 
float HomeLookAtZ [get, set]
 
int Created [get, set]
 
int LastLogin [get, set]
 
string UserInventoryURI [get, set]
 
string UserAssetURI [get, set]
 
uint CanDoMask [get, set]
 
uint WantDoMask [get, set]
 
string AboutText [get, set]
 
string FirstLifeAboutText [get, set]
 
string ProfileUrl [get, set]
 
UUID Image [get, set]
 
UUID FirstLifeImage [get, set]
 
UserAgentData CurrentAgent [get, set]
 
int UserFlags [get, set]
 
int GodLevel [get, set]
 
string CustomType [get, set]
 
UUID Partner [get, set]
 

Detailed Description

Information about a particular user known to the userserver

Definition at line 36 of file UserProfileData.cs.

Property Documentation

string OpenSim.Framework.UserProfileData.AboutText
getset

Definition at line 342 of file UserProfileData.cs.

uint OpenSim.Framework.UserProfileData.CanDoMask
getset

Definition at line 330 of file UserProfileData.cs.

int OpenSim.Framework.UserProfileData.Created
getset

Definition at line 306 of file UserProfileData.cs.

UserAgentData OpenSim.Framework.UserProfileData.CurrentAgent
getset

Definition at line 372 of file UserProfileData.cs.

string OpenSim.Framework.UserProfileData.CustomType
getset

Definition at line 390 of file UserProfileData.cs.

string OpenSim.Framework.UserProfileData.Email
getset

Definition at line 225 of file UserProfileData.cs.

string OpenSim.Framework.UserProfileData.FirstLifeAboutText
getset

Definition at line 348 of file UserProfileData.cs.

UUID OpenSim.Framework.UserProfileData.FirstLifeImage
getset

Definition at line 366 of file UserProfileData.cs.

string OpenSim.Framework.UserProfileData.FirstName
getset

Definition at line 205 of file UserProfileData.cs.

int OpenSim.Framework.UserProfileData.GodLevel
getset

Definition at line 384 of file UserProfileData.cs.

Vector3 OpenSim.Framework.UserProfileData.HomeLocation
getset

Definition at line 255 of file UserProfileData.cs.

float OpenSim.Framework.UserProfileData.HomeLocationX
getset

Definition at line 262 of file UserProfileData.cs.

float OpenSim.Framework.UserProfileData.HomeLocationY
getset

Definition at line 268 of file UserProfileData.cs.

float OpenSim.Framework.UserProfileData.HomeLocationZ
getset

Definition at line 274 of file UserProfileData.cs.

Vector3 OpenSim.Framework.UserProfileData.HomeLookAt
getset

Definition at line 281 of file UserProfileData.cs.

float OpenSim.Framework.UserProfileData.HomeLookAtX
getset

Definition at line 288 of file UserProfileData.cs.

float OpenSim.Framework.UserProfileData.HomeLookAtY
getset

Definition at line 294 of file UserProfileData.cs.

float OpenSim.Framework.UserProfileData.HomeLookAtZ
getset

Definition at line 300 of file UserProfileData.cs.

virtual ulong OpenSim.Framework.UserProfileData.HomeRegion
getset

The regionhandle of the users preferred home region. If multiple sims occupy the same spot, the grid may decide which region the user logs into

Definition at line 161 of file UserProfileData.cs.

UUID OpenSim.Framework.UserProfileData.HomeRegionID
getset

The regionID of the users home region. This is unique; even if the position of the region changes within the grid, this will refer to the same region.

Definition at line 186 of file UserProfileData.cs.

uint OpenSim.Framework.UserProfileData.HomeRegionX
getset

Definition at line 243 of file UserProfileData.cs.

uint OpenSim.Framework.UserProfileData.HomeRegionY
getset

Definition at line 249 of file UserProfileData.cs.

UUID OpenSim.Framework.UserProfileData.ID
getset

Definition at line 193 of file UserProfileData.cs.

UUID OpenSim.Framework.UserProfileData.Image
getset

Definition at line 360 of file UserProfileData.cs.

int OpenSim.Framework.UserProfileData.LastLogin
getset

Definition at line 312 of file UserProfileData.cs.

string OpenSim.Framework.UserProfileData.Name
get

The concatentation of the various name components.

Definition at line 220 of file UserProfileData.cs.

UUID OpenSim.Framework.UserProfileData.Partner
getset

Definition at line 396 of file UserProfileData.cs.

string OpenSim.Framework.UserProfileData.PasswordHash
getset

Definition at line 231 of file UserProfileData.cs.

string OpenSim.Framework.UserProfileData.PasswordSalt
getset

Definition at line 237 of file UserProfileData.cs.

string OpenSim.Framework.UserProfileData.ProfileUrl
getset

Definition at line 354 of file UserProfileData.cs.

string OpenSim.Framework.UserProfileData.SurName
getset

Definition at line 211 of file UserProfileData.cs.

string OpenSim.Framework.UserProfileData.UserAssetURI
getset

Definition at line 324 of file UserProfileData.cs.

int OpenSim.Framework.UserProfileData.UserFlags
getset

Definition at line 378 of file UserProfileData.cs.

string OpenSim.Framework.UserProfileData.UserInventoryURI
getset

Definition at line 318 of file UserProfileData.cs.

uint OpenSim.Framework.UserProfileData.WantDoMask
getset

Definition at line 336 of file UserProfileData.cs.

UUID OpenSim.Framework.UserProfileData.WebLoginKey
getset

Definition at line 199 of file UserProfileData.cs.


The documentation for this class was generated from the following file: