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
-
VisitsTotalWidget
- Implements
- Inherited Members
Constructors
VisitsTotalWidget()
public 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
protected override double GetCounterValue(out string formattedValue)
Parameters
formattedValue
stringWhen this method returns, contains the formated string value equivalent counted value
Returns
GetParameterOptions(string)
Gets parameteroptions
public override IEnumerable<ParameterOption> GetParameterOptions(string parameterName)
Parameters
parameterName
string