C# 클래스 Universe.Framework.Services.ClassHelpers.Profile.IUserProfileInfo

상속: Universe.Framework.Modules.IDataTransferable
파일 보기 프로젝트 열기: Virtual-Universe/Virtual-Universe 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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