Class StatisticLevel
Enumeration used for describing the level type of a statistic.
Inheritance
System.Object
StatisticLevel
Namespace: MAT.Atlas.Client.Platform.Data
Assembly: MAT.Atlas.Client.Platform.dll
Syntax
public sealed class StatisticLevel : Enum
Fields
All
The statistic is based on all other statistic levels.
Declaration
public const StatisticLevel All
Field Value
Type | Description |
---|---|
StatisticLevel |
Display
The statistic is based on the current display timebase.
Declaration
public const StatisticLevel Display
Field Value
Type | Description |
---|---|
StatisticLevel |
Lap
The statistic is based on the current lap.
Declaration
public const StatisticLevel Lap
Field Value
Type | Description |
---|---|
StatisticLevel |
None
The default option for no statistic level
Declaration
public const StatisticLevel None
Field Value
Type | Description |
---|---|
StatisticLevel |
ReferenceCursor
The statistic is based on the range of the reference cursor.
Declaration
public const StatisticLevel ReferenceCursor
Field Value
Type | Description |
---|---|
StatisticLevel |
Session
The statistic is based on the whole of the current session.
Declaration
public const StatisticLevel Session
Field Value
Type | Description |
---|---|
StatisticLevel |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |