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

Public Member Functions

Hashtable ProcessModel (Hashtable pParams)
 
string RenderView (Hashtable pModelResult)
 
string rep_Default_report_view (stats_default_page_values values)
 
stats_default_page_values rep_DefaultReport_data (SqliteConnection db, List< Scene > m_scene)
 
string RenderJson (Hashtable pModelResult)
 Return summar information in the form: More...
 

Properties

string ReportName [get]
 
- Properties inherited from OpenSim.Region.UserStatistics.IStatsController
string ReportName [get]
 

Detailed Description

Definition at line 42 of file Default_Report.cs.

Member Function Documentation

Hashtable OpenSim.Region.UserStatistics.Default_Report.ProcessModel ( Hashtable  pParams)
inline

Implements OpenSim.Region.UserStatistics.IStatsController.

Definition at line 52 of file Default_Report.cs.

string OpenSim.Region.UserStatistics.Default_Report.RenderJson ( Hashtable  pModelResult)
inline

Return summar information in the form:

{"totalUsers": "34",
 "totalSessions": "233",
 ...
}
Parameters
pModelResult
Returns

Implements OpenSim.Region.UserStatistics.IStatsController.

Definition at line 245 of file Default_Report.cs.

string OpenSim.Region.UserStatistics.Default_Report.RenderView ( Hashtable  pModelResult)
inline

Implements OpenSim.Region.UserStatistics.IStatsController.

Definition at line 68 of file Default_Report.cs.

string OpenSim.Region.UserStatistics.Default_Report.rep_Default_report_view ( stats_default_page_values  values)
inline

Definition at line 76 of file Default_Report.cs.

stats_default_page_values OpenSim.Region.UserStatistics.Default_Report.rep_DefaultReport_data ( SqliteConnection  db,
List< Scene m_scene 
)
inline

Definition at line 205 of file Default_Report.cs.

Property Documentation

string OpenSim.Region.UserStatistics.Default_Report.ReportName
get

Definition at line 46 of file Default_Report.cs.


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