Property | Type | Description | |
---|---|---|---|
Created | int | ||
string | |||
UserFlags | int | ||
UserLevel | int |
Method | Description | |
---|---|---|
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 | ||
return | System.Collections.Generic |
public UserAccount ( UUID principalID ) : System.Collections.Generic | ||
principalID | UUID | |
return | System.Collections.Generic |
public UserAccount ( UUID scopeID, UUID principalID, string name, string email ) : System.Collections.Generic | ||
scopeID | UUID | |
principalID | UUID | |
name | string | |
string | ||
return | System.Collections.Generic |
public UserAccount ( UUID scopeID, string name, string email ) : System.Collections.Generic | ||
scopeID | UUID | |
name | string | |
string | ||
return | System.Collections.Generic |