프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Created | int | ||
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 |
public UserAccount ( ) : System.Collections.Generic | ||
리턴 | System.Collections.Generic |
public UserAccount ( UUID principalID ) : System.Collections.Generic | ||
principalID | UUID | |
리턴 | System.Collections.Generic |
public UserAccount ( UUID scopeID, UUID principalID, string name, string email ) : System.Collections.Generic | ||
scopeID | UUID | |
principalID | UUID | |
name | string | |
string | ||
리턴 | System.Collections.Generic |
public UserAccount ( UUID scopeID, string name, string email ) : System.Collections.Generic | ||
scopeID | UUID | |
name | string | |
string | ||
리턴 | System.Collections.Generic |