C# Класс Universe.Framework.Services.ClassHelpers.Profile.IUserProfileInfo

Наследование: Universe.Framework.Modules.IDataTransferable
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
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

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

Метод Описание
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

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

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

public FromOSD ( OSDMap map ) : void
map OSDMap
Результат void

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

public ToOSD ( ) : OSDMap
Результат OSDMap

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

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
Результат OSDMap

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

AArchiveName публичное свойство

The appearance archive to load for this user
public string AArchiveName
Результат string

AboutText публичное свойство

The about text listed in a users profile.
public string AboutText
Результат string

AllowPublish публичное свойство

Show in search
public bool AllowPublish
Результат bool

Created публичное свойство

A UNIX Timestamp (seconds since epoch) for the users creation
public int Created
Результат int

CustomType публичное свойство

The type of the user
public string CustomType
Результат string

DisplayName публичное свойство

The display name of the avatar
public string DisplayName
Результат string

FirstLifeAboutText публичное свойство

The first life about text listed in a users profile
public string FirstLifeAboutText
Результат string

FirstLifeImage публичное свойство

The profile image for the users first life tab
public UUID FirstLifeImage
Результат UUID

IMViaEmail публичное свойство

Should IM's be sent to the user's email?
public bool IMViaEmail
Результат bool

Image публичное свойство

The profile image for an avatar stored on the asset server
public UUID Image
Результат UUID

Interests публичное свойство

The interests of the user
public ProfileInterests,Universe.Framework.Services.ClassHelpers.Profile Interests
Результат ProfileInterests

IsNewUser публичное свойство

Is the user a new user?
public bool IsNewUser
Результат bool

MaturePublish публичное свойство

Allow for mature publishing
public bool MaturePublish
Результат bool

MembershipGroup публичное свойство

The group that the user is assigned to, ex: Premium
public string MembershipGroup
Результат string

Notes публичное свойство

All of the notes of the user
public OSDMap Notes
Результат OSDMap

Partner публичное свойство

The partner of this user
public UUID Partner
Результат UUID

PrincipalID публичное свойство

The ID value for this user
public UUID PrincipalID
Результат UUID

Visible публичное свойство

Is this user's online status visible to others?
public bool Visible
Результат bool

WebURL публичное свойство

the web address of the Profile URL
public string WebURL
Результат string