프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Fill | IAccount |
메소드 | 설명 | |
---|---|---|
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
|
메소드 | 설명 | |
---|---|---|
Fill ( |
Fill an account from the database
|
public Account ( string handle ) : System | ||
handle | string | GlobalIdentityHandle |
리턴 | System |
public Account ( string handle, string logSubscriptions ) : System | ||
handle | string | GlobalIdentityHandle |
logSubscriptions | string | | delimeted list of log channel names |
리턴 | System |
public AddCharacter ( ICharacter newChar ) : string | ||
newChar | ICharacter | the character data to add |
리턴 | string |
public static GetByHandle ( string handle ) : IAccount | ||
handle | string | GlobalIdentityHandle to get |
리턴 | IAccount |