OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Properties | List of all members
OpenSim.Region.OptionalModules.World.AutoBackup.AutoBackupModuleState Class Reference

AutoBackupModuleState: Auto-Backup state for one region (scene). If you use this class in any way outside of AutoBackupModule, you should treat the class as opaque. Since it is not part of the framework, you really should not rely upon it outside of the AutoBackupModule implementation. More...

Public Member Functions

 AutoBackupModuleState ()
 
new string ToString ()
 

Properties

Dictionary< Guid, string > LiveRequests [get]
 
bool Enabled [get, set]
 
System.Timers.Timer Timer [get, set]
 
double IntervalMinutes [get]
 
bool BusyCheck [get, set]
 
bool SkipAssets [get, set]
 
string Script [get, set]
 
string BackupDir [get, set]
 
NamingType NamingType [get, set]
 
int KeepFilesForDays [get, set]
 

Detailed Description

AutoBackupModuleState: Auto-Backup state for one region (scene). If you use this class in any way outside of AutoBackupModule, you should treat the class as opaque. Since it is not part of the framework, you really should not rely upon it outside of the AutoBackupModule implementation.

Definition at line 39 of file AutoBackupModuleState.cs.

Constructor & Destructor Documentation

OpenSim.Region.OptionalModules.World.AutoBackup.AutoBackupModuleState.AutoBackupModuleState ( )
inline

Definition at line 43 of file AutoBackupModuleState.cs.

Member Function Documentation

new string OpenSim.Region.OptionalModules.World.AutoBackup.AutoBackupModuleState.ToString ( )
inline

Definition at line 126 of file AutoBackupModuleState.cs.

Property Documentation

string OpenSim.Region.OptionalModules.World.AutoBackup.AutoBackupModuleState.BackupDir
getset

Definition at line 109 of file AutoBackupModuleState.cs.

bool OpenSim.Region.OptionalModules.World.AutoBackup.AutoBackupModuleState.BusyCheck
getset

Definition at line 91 of file AutoBackupModuleState.cs.

bool OpenSim.Region.OptionalModules.World.AutoBackup.AutoBackupModuleState.Enabled
getset

Definition at line 64 of file AutoBackupModuleState.cs.

double OpenSim.Region.OptionalModules.World.AutoBackup.AutoBackupModuleState.IntervalMinutes
get

Definition at line 76 of file AutoBackupModuleState.cs.

int OpenSim.Region.OptionalModules.World.AutoBackup.AutoBackupModuleState.KeepFilesForDays
getset

Definition at line 121 of file AutoBackupModuleState.cs.

Dictionary<Guid, string> OpenSim.Region.OptionalModules.World.AutoBackup.AutoBackupModuleState.LiveRequests
get

Definition at line 56 of file AutoBackupModuleState.cs.

NamingType OpenSim.Region.OptionalModules.World.AutoBackup.AutoBackupModuleState.NamingType
getset

Definition at line 115 of file AutoBackupModuleState.cs.

string OpenSim.Region.OptionalModules.World.AutoBackup.AutoBackupModuleState.Script
getset

Definition at line 103 of file AutoBackupModuleState.cs.

bool OpenSim.Region.OptionalModules.World.AutoBackup.AutoBackupModuleState.SkipAssets
getset

Definition at line 97 of file AutoBackupModuleState.cs.

System.Timers.Timer OpenSim.Region.OptionalModules.World.AutoBackup.AutoBackupModuleState.Timer
getset

Definition at line 70 of file AutoBackupModuleState.cs.


The documentation for this class was generated from the following file: