C# Class Universe.Modules.Archivers.InventoryArchiverModule

This module loads and saves OpenSimulator inventory archives
Inheritance: IService, IInventoryArchiverModule
Afficher le fichier Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Protected Properties

Свойство Type Description
m_pendingConsoleSaves List

Méthodes publiques

Méthode Description
ArchiveInventory ( System.Guid id, string firstName, string lastName, string invPath, Stream saveStream ) : bool
ArchiveInventory ( System.Guid id, string firstName, string lastName, string invPath, Stream saveStream, object>.Dictionary options ) : bool
ArchiveInventory ( System.Guid id, string firstName, string lastName, string invPath, string savePath, object>.Dictionary options ) : bool
DearchiveInventory ( string firstName, string lastName, string invPath, string loadPath, object>.Dictionary options ) : bool
FinishedStartup ( ) : void
GetIARFilenames ( ) : List
Initialize ( IConfigSource config, IRegistryCore registry ) : void
Start ( IConfigSource config, IRegistryCore registry ) : void

Méthodes protégées

Méthode Description
HandleLoadIARConsoleCommand ( IScene scene, string cmdparams ) : void

Load inventory from an inventory file archive

HandleSaveIARConsoleCommand ( IScene scene, string cmdparams ) : void

Save inventory to a file archive

TriggerInventoryArchiveSaved ( System.Guid id, bool succeeded, UserAccount userInfo, string invPath, Stream saveStream, Exception reportedException ) : void

Trigger the inventory archive saved event.

Private Methods

Méthode Description
SaveIARConsoleCommandCompleted ( System.Guid id, bool succeeded, UserAccount userInfo, string invPath, Stream saveStream, Exception reportedException ) : void

Method Details

ArchiveInventory() public méthode

public ArchiveInventory ( System.Guid id, string firstName, string lastName, string invPath, Stream saveStream ) : bool
id System.Guid
firstName string
lastName string
invPath string
saveStream Stream
Résultat bool

ArchiveInventory() public méthode

public ArchiveInventory ( System.Guid id, string firstName, string lastName, string invPath, Stream saveStream, object>.Dictionary options ) : bool
id System.Guid
firstName string
lastName string
invPath string
saveStream Stream
options object>.Dictionary
Résultat bool

ArchiveInventory() public méthode

public ArchiveInventory ( System.Guid id, string firstName, string lastName, string invPath, string savePath, object>.Dictionary options ) : bool
id System.Guid
firstName string
lastName string
invPath string
savePath string
options object>.Dictionary
Résultat bool

DearchiveInventory() public méthode

public DearchiveInventory ( string firstName, string lastName, string invPath, string loadPath, object>.Dictionary options ) : bool
firstName string
lastName string
invPath string
loadPath string
options object>.Dictionary
Résultat bool

FinishedStartup() public méthode

public FinishedStartup ( ) : void
Résultat void

GetIARFilenames() public méthode

public GetIARFilenames ( ) : List
Résultat List

HandleLoadIARConsoleCommand() protected méthode

Load inventory from an inventory file archive
protected HandleLoadIARConsoleCommand ( IScene scene, string cmdparams ) : void
scene IScene
cmdparams string
Résultat void

HandleSaveIARConsoleCommand() protected méthode

Save inventory to a file archive
protected HandleSaveIARConsoleCommand ( IScene scene, string cmdparams ) : void
scene IScene
cmdparams string
Résultat void

Initialize() public méthode

public Initialize ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
Résultat void

Start() public méthode

public Start ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
Résultat void

TriggerInventoryArchiveSaved() protected méthode

Trigger the inventory archive saved event.
protected TriggerInventoryArchiveSaved ( System.Guid id, bool succeeded, UserAccount userInfo, string invPath, Stream saveStream, Exception reportedException ) : void
id System.Guid
succeeded bool
userInfo Universe.Framework.Services.UserAccount
invPath string
saveStream Stream
reportedException System.Exception
Résultat void

Property Details

m_pendingConsoleSaves protected_oe property

protected List m_pendingConsoleSaves
Résultat List