List of UserStatistics methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
m (Automatically generated page update)
Line 6: Line 6:
<table class="wikitable">
<table class="wikitable">
<tr><th>Method</th><th>Description</th></tr>
<tr><th>Method</th><th>Description</th></tr>
<tr><td valign="top">[[Copy (UserStatistics function)|Copy]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[Copy (UserStatistics function)|Copy]]</td><td valign="top">Copy the UserStatistics</td></tr>
<tr><td valign="top">[[DeepCopy (UserStatistics function)|DeepCopy]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[DeepCopy (UserStatistics function)|DeepCopy]]</td><td valign="top">DeepCopy the UserStatistics</td></tr>
<tr><td valign="top">[[Difference (UserStatistics function)|Difference]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[Difference (UserStatistics function)|Difference]]</td><td valign="top">Difference in login statistics timestamps</td></tr>
<tr><td valign="top">[[DifferenceToString (UserStatistics function)|DifferenceToString]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[DifferenceToString (UserStatistics function)|DifferenceToString]]</td><td valign="top">Login timestamps difference in string format</td></tr>
<tr><td valign="top">[[DifferenceToXmlDoc (UserStatistics function)|DifferenceToXmlDoc]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[DifferenceToXmlDoc (UserStatistics function)|DifferenceToXmlDoc]]</td><td valign="top">Login timestamps difference in xml format</td></tr>
<tr><td valign="top">[[LoginToString (UserStatistics function)|LoginToString]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[LoginToString (UserStatistics function)|LoginToString]]</td><td valign="top">Login statistics in string format</td></tr>
<tr><td valign="top">[[New (UserStatistics constructor)|New]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[New (UserStatistics constructor)|New]]</td><td valign="top">Create a new UserStatistics instance</td></tr>
<tr><td valign="top">[[Rate (UserStatistics function)|Rate]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[Rate (UserStatistics function)|Rate]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[RatePerSecond (UserStatistics function)|RatePerSecond]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[RatePerSecond (UserStatistics function)|RatePerSecond]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[RequestToString (UserStatistics function)|RequestToString]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[RequestToString (UserStatistics function)|RequestToString]]</td><td valign="top">Request statistics in string format</td></tr>
<tr><td valign="top">[[RequestValue (UserStatistics function)|RequestValue]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[RequestValue (UserStatistics function)|RequestValue]]</td><td valign="top">Value of the specified Request statistic</td></tr>
<tr><td valign="top">[[ToString (UserStatistics function)|ToString]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[ToString (UserStatistics function)|ToString]]</td><td valign="top">Print UserStatistics values</td></tr>
<tr><td valign="top">[[ToXmlDoc (UserStatistics function)|ToXmlDoc]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[ToXmlDoc (UserStatistics function)|ToXmlDoc]]</td><td valign="top">Export the UserStatistics values to Xml</td></tr>
<tr><td valign="top">[[Value (UserStatistics function)|Value]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[Value (UserStatistics function)|Value]]</td><td valign="top">Value of the specified Login statistic</td></tr>
</table>
</table>
</div>
</div>

Revision as of 20:38, 14 March 2011

The following are the available UserStatistics class methods.

MethodDescription
CopyCopy the UserStatistics
DeepCopyDeepCopy the UserStatistics
DifferenceDifference in login statistics timestamps
DifferenceToStringLogin timestamps difference in string format
DifferenceToXmlDocLogin timestamps difference in xml format
LoginToStringLogin statistics in string format
NewCreate a new UserStatistics instance
Rate
RatePerSecond
RequestToStringRequest statistics in string format
RequestValueValue of the specified Request statistic
ToStringPrint UserStatistics values
ToXmlDocExport the UserStatistics values to Xml
ValueValue of the specified Login statistic

See also