Class VisitsTotalWidget
- Namespace
- Dynamicweb.Dashboard.Widgets
- Assembly
- Dynamicweb.Core.dll
[AddInName("The total visits in the solution")]
[AddInDescription("Show total visits in the solution")]
[AddInIcon(KnownIcon.Videocam)]
[AddInIgnore(true)]
[AddInDeprecated(true)]
public class VisitsTotalWidget : ThresholdCountWidget, IParameterOptions
- Inheritance
-
Visits
Total Widget
- Implements
- Inherited Members
Constructors
VisitsTotalWidget()
Properties
Interval
Gets or sets widget interval
[AddInParameterGroup(" ")]
[AddInLabel("Interval")]
[AddInParameter("IntervalEditor")]
[AddInParameterEditor(typeof(IntegerNumberParameterEditor), "")]
public int Interval { get; set; }
Property Value
IntervalType
Gets or sets chart IntervalType
[AddInParameterGroup(" ")]
[AddInLabel("Interval Type")]
[AddInParameter("IntervalTypeParameterEditor")]
[AddInParameterEditor(typeof(DropDownParameterEditor), "none=false;container=body")]
public string IntervalType { get; set; }
Property Value
Methods
GetCounterValue(out string)
Gets counter value
Parameters
formattedValue
stringWhen this method returns, contains the formated string value equivalent counted value
Returns
GetParameterOptions(string)
Gets parameteroptions
Parameters
parameterName
string