Definition at line 36 of file IUserAccountService.cs.
OpenSim.Services.Interfaces.UserAccount.UserAccount |
( |
| ) |
|
|
inline |
OpenSim.Services.Interfaces.UserAccount.UserAccount |
( |
UUID |
principalID | ) |
|
|
inline |
OpenSim.Services.Interfaces.UserAccount.UserAccount |
( |
UUID |
scopeID, |
|
|
string |
firstName, |
|
|
string |
lastName, |
|
|
string |
email |
|
) |
| |
|
inline |
Initializes a new instance of the OpenSim.Services.Interfaces.UserAccount class. This method is used by externasl/3rd party management applications that need us to create a random UUID for the new user.
- Parameters
-
scopeID | Scope I. |
firstName | First name. |
lastName | Last name. |
email | Email. |
Definition at line 64 of file IUserAccountService.cs.
OpenSim.Services.Interfaces.UserAccount.UserAccount |
( |
UUID |
scopeID, |
|
|
UUID |
principalID, |
|
|
string |
firstName, |
|
|
string |
lastName, |
|
|
string |
email |
|
) |
| |
|
inline |
OpenSim.Services.Interfaces.UserAccount.UserAccount |
( |
Dictionary< string, object > |
kvp | ) |
|
|
inline |
Dictionary<string, object> OpenSim.Services.Interfaces.UserAccount.ToKeyValuePairs |
( |
| ) |
|
|
inline |
int OpenSim.Services.Interfaces.UserAccount.Created |
string OpenSim.Services.Interfaces.UserAccount.Email |
string OpenSim.Services.Interfaces.UserAccount.FirstName |
string OpenSim.Services.Interfaces.UserAccount.LastName |
Boolean OpenSim.Services.Interfaces.UserAccount.LocalToGrid = true |
UUID OpenSim.Services.Interfaces.UserAccount.PrincipalID |
UUID OpenSim.Services.Interfaces.UserAccount.ScopeID |
Dictionary<string, object> OpenSim.Services.Interfaces.UserAccount.ServiceURLs |
string OpenSim.Services.Interfaces.UserAccount.UserCountry |
int OpenSim.Services.Interfaces.UserAccount.UserFlags |
int OpenSim.Services.Interfaces.UserAccount.UserLevel |
string OpenSim.Services.Interfaces.UserAccount.UserTitle |
string OpenSim.Services.Interfaces.UserAccount.Name |
|
get |
The documentation for this class was generated from the following file: