C# Класс WhiteCore.Services.GenericServices.SystemEstateService.SystemEstateService

Basically a provision to allow user configuration of the system Estate Owner 'name and Estate' details
Наследование: ISystemEstateService, IService
Показать файл Открыть проект

Открытые методы

Метод Описание
FinishedStartup ( ) : void
GetSystemEstateName ( int estateID ) : string
Initialize ( IConfigSource config, IRegistryCore registry ) : void
Start ( IConfigSource config, IRegistryCore registry ) : void

Защищенные методы

Метод Описание
CreateEstateCommand ( IScene scene, string cmd ) : void

Creates a new estate.

DeleteEstateCommand ( IScene scene, string cmd ) : void

Deletes an estate.

HandleResetMainlandEstate ( IScene scene, string cmd ) : void
HandleResetSystemEstate ( IScene scene, string cmd ) : void
SetEstateNameCommand ( IScene scene, string cmd ) : void

Sets(renames) an existing estate name.

SetEstateOwnerCommand ( IScene scene, string cmd ) : void

Sets the estate owner.

Приватные методы

Метод Описание
AddCommands ( ) : void
CheckGridOwnerEstate ( ) : void

Checks for the grid owner estate on initial startup.

CheckSystemEstateInfo ( int estateID, string estateName, UUID ownerUUID ) : void

Checks for a valid system estate. Adds or corrects if required

EstateLinkRegionCommand ( IScene scene, string cmd ) : void

Link a region to an estate.

EstateUnLinkRegionCommand ( IScene scene, string cmd ) : void

Un-link a region from an estate region.

ShowEstateRegionsCommand ( IScene scene, string cmd ) : void

Shows estate regions.

ShowEstatesCommand ( IScene scene, string cmd ) : void

Shows details of all estates.

UpdateConsoleRegionEstate ( string regionName, WhiteCore.Framework.SceneInfo.EstateSettings estateSettings ) : void
UpdateSystemEstates ( IEstateConnector estateConnector, WhiteCore.Framework.SceneInfo.EstateSettings eS, int newEstateID ) : void

Correct the system estate ID and update any linked regions.

Описание методов

CreateEstateCommand() защищенный Метод

Creates a new estate.
protected CreateEstateCommand ( IScene scene, string cmd ) : void
scene IScene Scene.
cmd string Cmd.
Результат void

DeleteEstateCommand() защищенный Метод

Deletes an estate.
protected DeleteEstateCommand ( IScene scene, string cmd ) : void
scene IScene Scene.
cmd string Cmd.
Результат void

FinishedStartup() публичный Метод

public FinishedStartup ( ) : void
Результат void

GetSystemEstateName() публичный Метод

public GetSystemEstateName ( int estateID ) : string
estateID int
Результат string

HandleResetMainlandEstate() защищенный Метод

protected HandleResetMainlandEstate ( IScene scene, string cmd ) : void
scene IScene
cmd string
Результат void

HandleResetSystemEstate() защищенный Метод

protected HandleResetSystemEstate ( IScene scene, string cmd ) : void
scene IScene
cmd string
Результат void

Initialize() публичный Метод

public Initialize ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
Результат void

SetEstateNameCommand() защищенный Метод

Sets(renames) an existing estate name.
protected SetEstateNameCommand ( IScene scene, string cmd ) : void
scene IScene Scene.
cmd string Cmd.
Результат void

SetEstateOwnerCommand() защищенный Метод

Sets the estate owner.
protected SetEstateOwnerCommand ( IScene scene, string cmd ) : void
scene IScene Scene.
cmd string Cmd.
Результат void

Start() публичный Метод

public Start ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
Результат void