C# 클래스 WhiteCore.Framework.Services.ClassHelpers.Profile.IAgentInfo

상속: WhiteCore.Framework.Modules.IDataTransferable, BaseCacheAccount
파일 보기 프로젝트 열기: WhiteCoreSim/WhiteCore-Dev 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AcceptTOS bool
Flags IAgentFlags
HoverHeight double
Language string
LanguageIsPublic bool
MaturityRating int
MaxMaturity int
OtherAgentInformation OSDMap
PermEveryone int
PermGroup int
PermNextOwner int

공개 메소드들

메소드 설명
FromOSD ( OSDMap map ) : void
ToOSD ( ) : OSDMap

메소드 상세

FromOSD() 공개 메소드

public FromOSD ( OSDMap map ) : void
map OSDMap
리턴 void

ToOSD() 공개 메소드

public ToOSD ( ) : OSDMap
리턴 OSDMap

프로퍼티 상세

AcceptTOS 공개적으로 프로퍼티

Did this user accept the TOS?
public bool AcceptTOS
리턴 bool

Flags 공개적으로 프로퍼티

AgentFlags
public IAgentFlags Flags
리턴 IAgentFlags

HoverHeight 공개적으로 프로퍼티

Hover height of the user
public double HoverHeight
리턴 double

Language 공개적으로 프로퍼티

Current language
public string Language
리턴 string

LanguageIsPublic 공개적으로 프로퍼티

Is the users language public
public bool LanguageIsPublic
리턴 bool

MaturityRating 공개적으로 프로퍼티

Max maturity rating the user wishes to see
public int MaturityRating
리턴 int

MaxMaturity 공개적으로 프로퍼티

Max maturity rating the user can ever to see
public int MaxMaturity
리턴 int

OtherAgentInformation 공개적으로 프로퍼티

Other information can be stored in here. For ex, temporary ban info for this user
public OSDMap OtherAgentInformation
리턴 OSDMap

PermEveryone 공개적으로 프로퍼티

Permissions set by the user
public int PermEveryone
리턴 int

PermGroup 공개적으로 프로퍼티

public int PermGroup
리턴 int

PermNextOwner 공개적으로 프로퍼티

public int PermNextOwner
리턴 int