C# Class Universe.Framework.Services.ClassHelpers.Profile.IUserProfileInfo

Inheritance: Universe.Framework.Modules.IDataTransferable
Show file Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Public Properties

Property Type Description
AArchiveName string
AboutText string
AllowPublish bool
Created int
CustomType string
DisplayName string
FirstLifeAboutText string
FirstLifeImage UUID
IMViaEmail bool
Image UUID
Interests ProfileInterests
IsNewUser bool
MaturePublish bool
MembershipGroup string
Notes OSDMap
Partner UUID
PrincipalID UUID
Visible bool
WebURL string

Public Methods

Method Description
FromOSD ( OSDMap map ) : void
ToOSD ( ) : OSDMap
ToOSD ( bool trusted ) : OSDMap

This method creates a smaller OSD that does not contain sensitive information if the trusted boolean is false

Method Details

FromOSD() public method

public FromOSD ( OSDMap map ) : void
map OSDMap
return void

ToOSD() public method

public ToOSD ( ) : OSDMap
return OSDMap

ToOSD() public method

This method creates a smaller OSD that does not contain sensitive information if the trusted boolean is false
public ToOSD ( bool trusted ) : OSDMap
trusted bool
return OSDMap

Property Details

AArchiveName public property

The appearance archive to load for this user
public string AArchiveName
return string

AboutText public property

The about text listed in a users profile.
public string AboutText
return string

AllowPublish public property

Show in search
public bool AllowPublish
return bool

Created public property

A UNIX Timestamp (seconds since epoch) for the users creation
public int Created
return int

CustomType public property

The type of the user
public string CustomType
return string

DisplayName public property

The display name of the avatar
public string DisplayName
return string

FirstLifeAboutText public property

The first life about text listed in a users profile
public string FirstLifeAboutText
return string

FirstLifeImage public property

The profile image for the users first life tab
public UUID FirstLifeImage
return UUID

IMViaEmail public property

Should IM's be sent to the user's email?
public bool IMViaEmail
return bool

Image public property

The profile image for an avatar stored on the asset server
public UUID Image
return UUID

Interests public property

The interests of the user
public ProfileInterests,Universe.Framework.Services.ClassHelpers.Profile Interests
return ProfileInterests

IsNewUser public property

Is the user a new user?
public bool IsNewUser
return bool

MaturePublish public property

Allow for mature publishing
public bool MaturePublish
return bool

MembershipGroup public property

The group that the user is assigned to, ex: Premium
public string MembershipGroup
return string

Notes public property

All of the notes of the user
public OSDMap Notes
return OSDMap

Partner public property

The partner of this user
public UUID Partner
return UUID

PrincipalID public property

The ID value for this user
public UUID PrincipalID
return UUID

Visible public property

Is this user's online status visible to others?
public bool Visible
return bool

WebURL public property

the web address of the Profile URL
public string WebURL
return string