Table of Contents

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

int

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

string

Methods

GetCounterValue(out string)

Gets counter value

protected override double GetCounterValue(out string formattedValue)

Parameters

formattedValue string

When this method returns, contains the formated string value equivalent counted value

Returns

double

GetParameterOptions(string)

Gets parameteroptions

public override IEnumerable<ParameterOption> GetParameterOptions(string parameterName)

Parameters

parameterName string

Returns

IEnumerable<ParameterOption>
To top