Represents an abstract class statistic values are based on.

Namespace: ININ.IceLib.Statistics
Assembly: ININ.IceLib.Statistics (in ININ.IceLib.Statistics.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public abstract class StatisticValue : IComparable, 
	IComparable<StatisticValue>
Visual Basic
Public MustInherit Class StatisticValue _
	Implements IComparable, IComparable(Of StatisticValue)

Remarks

StatisticValue contains the data of the statistic. StatisticListener provides an indexer to return the current StatisticValue for the provided StatisticKey. AlertNotification provides a StatisticValue with the current value of a triggered AlertDefinition.

Examples

The IceLib SDK includes example application references to the StatisticValue class. Some examples are listed below.
ProjectLocation
TutorialExampleStatisticViewModel.cs, line 26, in StatisticViewModel.SetStatisticValue
StatisticViewModel._StatisticValue

Inheritance Hierarchy

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.

See Also