Метод | Описание | |
---|---|---|
FinishedStartup ( ) : void | ||
GetSystemEstateOwner ( int estateID ) : UUID | ||
GetSystemEstateOwnerName ( int estateID ) : string | ||
Initialize ( IConfigSource config, IRegistryCore registry ) : void | ||
Start ( IConfigSource config, IRegistryCore registry ) : void |
Метод | Описание | |
---|---|---|
HandleResetBankerPassword ( IScene scene, string cmd ) : void | ||
HandleResetGovernorPassword ( IScene scene, string cmd ) : void | ||
HandleResetMarketplacePassword ( IScene scene, string cmd ) : void | ||
HandleResetRealEstatePassword ( IScene scene, string cmd ) : void |
Метод | Описание | |
---|---|---|
AddCommands ( ) : void | ||
CheckSystemUserInfo ( ) : void |
Checks and creates the system users.
|
|
ResetSystemPassword ( string userType, string systemUserName ) : void | ||
SaveSystemUserPassword ( string userType, string userName, string password ) : void | ||
VerifySystemUserInfo ( string usrType, UUID usrUUID, string usrName, int usrLevel ) : void |
public GetSystemEstateOwner ( int estateID ) : UUID | ||
estateID | int | |
Результат | UUID |
public GetSystemEstateOwnerName ( int estateID ) : string | ||
estateID | int | |
Результат | string |
protected HandleResetBankerPassword ( IScene scene, string cmd ) : void | ||
scene | IScene | |
cmd | string | |
Результат | void |
protected HandleResetGovernorPassword ( IScene scene, string cmd ) : void | ||
scene | IScene | |
cmd | string | |
Результат | void |
protected HandleResetMarketplacePassword ( IScene scene, string cmd ) : void | ||
scene | IScene | |
cmd | string | |
Результат | void |
protected HandleResetRealEstatePassword ( IScene scene, string cmd ) : void | ||
scene | IScene | |
cmd | string | |
Результат | void |
public Initialize ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | |
registry | IRegistryCore | |
Результат | void |
public Start ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | |
registry | IRegistryCore | |
Результат | void |