Class StatisticsObject
- Namespace
- Dynamicweb.Frontend
- Assembly
- Dynamicweb.dll
[Obsolete("Do not use")]
public class StatisticsObject
- Inheritance
-
StatisticsObject
- Inherited Members
-
Constructors
StatisticsObject()
public StatisticsObject()
StatisticsObject(string, string)
public StatisticsObject(string type, string element)
Parameters
type string
element string
StatisticsObject(string, string, bool)
public StatisticsObject(string type, string element, bool autoLogPageVisit)
Parameters
type string
element string
autoLogPageVisit bool
StatisticsObject(string, string, string)
public StatisticsObject(string type, string element, string value)
Parameters
type string
element string
value string
StatisticsObject(string, string, string, bool)
public StatisticsObject(string type, string element, string value, bool autoLogPageVisit)
Parameters
type string
element string
value string
autoLogPageVisit bool
Fields
ObjectElement
public string ObjectElement
Field Value
- string
ObjectType
Field Value
- string
ObjectValue
public string ObjectValue
Field Value
- string
Methods
Log()
Log(bool)
public void Log(bool autoLogPageVisit)
Parameters
autoLogPageVisit bool
Log(int)
public static void Log(int pageId)
Parameters
pageId int
Log(string, string)
public void Log(string type, string element)
Parameters
type string
element string
LogSql(int)
public static string LogSql(int pageId)
Parameters
pageId int
Returns
- string