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

Inheritance: Universe.Framework.Modules.IDataTransferable
Afficher le fichier Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode 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 méthode

public FromOSD ( OSDMap map ) : void
map OSDMap
Résultat void

ToOSD() public méthode

public ToOSD ( ) : OSDMap
Résultat OSDMap

ToOSD() public méthode

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
Résultat OSDMap

Property Details

AArchiveName public_oe property

The appearance archive to load for this user
public string AArchiveName
Résultat string

AboutText public_oe property

The about text listed in a users profile.
public string AboutText
Résultat string

AllowPublish public_oe property

Show in search
public bool AllowPublish
Résultat bool

Created public_oe property

A UNIX Timestamp (seconds since epoch) for the users creation
public int Created
Résultat int

CustomType public_oe property

The type of the user
public string CustomType
Résultat string

DisplayName public_oe property

The display name of the avatar
public string DisplayName
Résultat string

FirstLifeAboutText public_oe property

The first life about text listed in a users profile
public string FirstLifeAboutText
Résultat string

FirstLifeImage public_oe property

The profile image for the users first life tab
public UUID FirstLifeImage
Résultat UUID

IMViaEmail public_oe property

Should IM's be sent to the user's email?
public bool IMViaEmail
Résultat bool

Image public_oe property

The profile image for an avatar stored on the asset server
public UUID Image
Résultat UUID

Interests public_oe property

The interests of the user
public ProfileInterests,Universe.Framework.Services.ClassHelpers.Profile Interests
Résultat ProfileInterests

IsNewUser public_oe property

Is the user a new user?
public bool IsNewUser
Résultat bool

MaturePublish public_oe property

Allow for mature publishing
public bool MaturePublish
Résultat bool

MembershipGroup public_oe property

The group that the user is assigned to, ex: Premium
public string MembershipGroup
Résultat string

Notes public_oe property

All of the notes of the user
public OSDMap Notes
Résultat OSDMap

Partner public_oe property

The partner of this user
public UUID Partner
Résultat UUID

PrincipalID public_oe property

The ID value for this user
public UUID PrincipalID
Résultat UUID

Visible public_oe property

Is this user's online status visible to others?
public bool Visible
Résultat bool

WebURL public_oe property

the web address of the Profile URL
public string WebURL
Résultat string