OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Properties | List of all members
OpenSim.Region.CoreModules.ServiceConnectorsOut.Profile.LocalUserProfilesServicesConnector Class Reference
Inheritance diagram for OpenSim.Region.CoreModules.ServiceConnectorsOut.Profile.LocalUserProfilesServicesConnector:
Inheritance graph
[legend]
Collaboration diagram for OpenSim.Region.CoreModules.ServiceConnectorsOut.Profile.LocalUserProfilesServicesConnector:
Collaboration graph
[legend]

Public Member Functions

 LocalUserProfilesServicesConnector ()
 
 LocalUserProfilesServicesConnector (IConfigSource source)
 
void InitialiseService (IConfigSource source)
 

Properties

IUserProfilesService ServiceModule [get, set]
 
bool Enabled [get, set]
 
string Name [get]
 
string ConfigName [get, set]
 
Type ReplaceableInterface [get]
 
- Properties inherited from OpenSim.Region.Framework.Interfaces.IRegionModuleBase
string Name [get]
 
Type ReplaceableInterface [get]
 If this returns non-null, it is the type of an interface that this module intends to register. This will cause the loader to defer loading of this module until all other modules have been loaded. If no other module has registered the interface by then, this module will be activated, else it will remain inactive, letting the other module take over. This should return non-null ONLY in modules that are intended to be easily replaceable, e.g. stub implementations that the developer expects to be replaced by third party provided modules. More...
 

Detailed Description

Definition at line 50 of file LocalUserProfilesServiceConnector.cs.

Constructor & Destructor Documentation

OpenSim.Region.CoreModules.ServiceConnectorsOut.Profile.LocalUserProfilesServicesConnector.LocalUserProfilesServicesConnector ( )
inline

Definition at line 86 of file LocalUserProfilesServiceConnector.cs.

OpenSim.Region.CoreModules.ServiceConnectorsOut.Profile.LocalUserProfilesServicesConnector.LocalUserProfilesServicesConnector ( IConfigSource  source)
inline

Definition at line 91 of file LocalUserProfilesServiceConnector.cs.

Member Function Documentation

void OpenSim.Region.CoreModules.ServiceConnectorsOut.Profile.LocalUserProfilesServicesConnector.InitialiseService ( IConfigSource  source)
inline

Definition at line 97 of file LocalUserProfilesServiceConnector.cs.

Here is the call graph for this function:

Property Documentation

string OpenSim.Region.CoreModules.ServiceConnectorsOut.Profile.LocalUserProfilesServicesConnector.ConfigName
getset

Definition at line 77 of file LocalUserProfilesServiceConnector.cs.

bool OpenSim.Region.CoreModules.ServiceConnectorsOut.Profile.LocalUserProfilesServicesConnector.Enabled
getset

Definition at line 64 of file LocalUserProfilesServiceConnector.cs.

string OpenSim.Region.CoreModules.ServiceConnectorsOut.Profile.LocalUserProfilesServicesConnector.Name
get

Definition at line 69 of file LocalUserProfilesServiceConnector.cs.

Type OpenSim.Region.CoreModules.ServiceConnectorsOut.Profile.LocalUserProfilesServicesConnector.ReplaceableInterface
get

Definition at line 82 of file LocalUserProfilesServiceConnector.cs.

IUserProfilesService OpenSim.Region.CoreModules.ServiceConnectorsOut.Profile.LocalUserProfilesServicesConnector.ServiceModule
getset

Definition at line 59 of file LocalUserProfilesServiceConnector.cs.


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