Represents an abstract class statistic values are based on.
Namespace: ININ.IceLib.StatisticsAssembly: 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.
Project | Location |
---|---|
TutorialExample | StatisticViewModel.cs, line 26, in StatisticViewModel.SetStatisticValue |
StatisticViewModel._StatisticValue |
Inheritance Hierarchy
System..::..Object
ININ.IceLib.Statistics..::..StatisticValue
ININ.IceLib.Statistics..::..StatisticBoolValue
ININ.IceLib.Statistics..::..StatisticDoubleValue
ININ.IceLib.Statistics..::..StatisticDurationValue
ININ.IceLib.Statistics..::..StatisticFiniteDurationValue
ININ.IceLib.Statistics..::..StatisticFutureDurationValue
ININ.IceLib.Statistics..::..StatisticIntValue
ININ.IceLib.Statistics..::..StatisticPercentValue
ININ.IceLib.Statistics..::..StatisticStatusMessageKeyValue
ININ.IceLib.Statistics..::..StatisticStringValue
ININ.IceLib.Statistics..::..StatisticTimeDurationValue
ININ.IceLib.Statistics..::..StatisticTimeStampValue
ININ.IceLib.Statistics..::..StatisticValue
ININ.IceLib.Statistics..::..StatisticBoolValue
ININ.IceLib.Statistics..::..StatisticDoubleValue
ININ.IceLib.Statistics..::..StatisticDurationValue
ININ.IceLib.Statistics..::..StatisticFiniteDurationValue
ININ.IceLib.Statistics..::..StatisticFutureDurationValue
ININ.IceLib.Statistics..::..StatisticIntValue
ININ.IceLib.Statistics..::..StatisticPercentValue
ININ.IceLib.Statistics..::..StatisticStatusMessageKeyValue
ININ.IceLib.Statistics..::..StatisticStringValue
ININ.IceLib.Statistics..::..StatisticTimeDurationValue
ININ.IceLib.Statistics..::..StatisticTimeStampValue
Version Information
Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.