Property | Type | Description | |
---|---|---|---|
Fill | IAccount |
Method | Description | |
---|---|---|
Account ( ) : System |
New up a blank account
|
|
Account ( string handle ) : System |
New up an account with the GlobalIdentityHandle
|
|
Account ( string handle, string logSubscriptions ) : System |
New up an account with the GlobalIdentityHandle and the log streams it wants to subscribe to
|
|
AddCharacter ( ICharacter newChar ) : string |
Add a character to this account
|
|
GetByHandle ( string handle ) : IAccount |
Get an account by its GlobalIdentityHandle
|
Method | Description | |
---|---|---|
Fill ( |
Fill an account from the database
|
public Account ( string handle ) : System | ||
handle | string | GlobalIdentityHandle |
return | System |
public Account ( string handle, string logSubscriptions ) : System | ||
handle | string | GlobalIdentityHandle |
logSubscriptions | string | | delimeted list of log channel names |
return | System |
public AddCharacter ( ICharacter newChar ) : string | ||
newChar | ICharacter | the character data to add |
return | string |
public static GetByHandle ( string handle ) : IAccount | ||
handle | string | GlobalIdentityHandle to get |
return | IAccount |