C# 클래스 Universe.Framework.Services.UserAccount

상속: AllScopeIDImpl, BaseCacheAccount
파일 보기 프로젝트 열기: Virtual-Universe/Virtual-Universe 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Created int
Email string
UserFlags int
UserLevel int

공개 메소드들

메소드 설명
FromOSD ( OSDMap map ) : void
ToOSD ( ) : OSDMap
UserAccount ( ) : System.Collections.Generic
UserAccount ( UUID principalID ) : System.Collections.Generic
UserAccount ( UUID scopeID, UUID principalID, string name, string email ) : System.Collections.Generic
UserAccount ( UUID scopeID, string name, string email ) : System.Collections.Generic

메소드 상세

FromOSD() 공개 메소드

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

ToOSD() 공개 메소드

public ToOSD ( ) : OSDMap
리턴 OSDMap

UserAccount() 공개 메소드

public UserAccount ( ) : System.Collections.Generic
리턴 System.Collections.Generic

UserAccount() 공개 메소드

public UserAccount ( UUID principalID ) : System.Collections.Generic
principalID UUID
리턴 System.Collections.Generic

UserAccount() 공개 메소드

public UserAccount ( UUID scopeID, UUID principalID, string name, string email ) : System.Collections.Generic
scopeID UUID
principalID UUID
name string
email string
리턴 System.Collections.Generic

UserAccount() 공개 메소드

public UserAccount ( UUID scopeID, string name, string email ) : System.Collections.Generic
scopeID UUID
name string
email string
리턴 System.Collections.Generic

프로퍼티 상세

Created 공개적으로 프로퍼티

public int Created
리턴 int

Email 공개적으로 프로퍼티

public string Email
리턴 string

UserFlags 공개적으로 프로퍼티

public int UserFlags
리턴 int

UserLevel 공개적으로 프로퍼티

public int UserLevel
리턴 int