Show / Hide Table of Contents

Class SessionEventType

Enumeration describing the type of a session event

Inheritance
System.Object
SessionEventType
Namespace: MESL.SqlRace.Domain
Assembly: MESL.SqlRace.Domain.dll
Syntax
public sealed class SessionEventType : Enum

Fields

ApplicationGroupsAdded

Application group added

Declaration
public const SessionEventType ApplicationGroupsAdded
Field Value
Type Description
SessionEventType

AssociateAdded

Associate added

Declaration
public const SessionEventType AssociateAdded
Field Value
Type Description
SessionEventType

AssociateRemoved

Associate Removed

Declaration
public const SessionEventType AssociateRemoved
Field Value
Type Description
SessionEventType

CanBusDefinitionAdded

Can Bus definition added

Declaration
public const SessionEventType CanBusDefinitionAdded
Field Value
Type Description
SessionEventType

ChannelsAdded

Identifier for event raised when channels are added

Declaration
public const SessionEventType ChannelsAdded
Field Value
Type Description
SessionEventType

ConfigurationProcessed

Aggregate event that fires when the configuration has been processed

Declaration
public const SessionEventType ConfigurationProcessed
Field Value
Type Description
SessionEventType

ConstantAdded

Constant added to session

Declaration
public const SessionEventType ConstantAdded
Field Value
Type Description
SessionEventType

ConversionsAdded

Conversions added

Declaration
public const SessionEventType ConversionsAdded
Field Value
Type Description
SessionEventType

ErrorDataAdded

Error data added

Declaration
public const SessionEventType ErrorDataAdded
Field Value
Type Description
SessionEventType

ErrorDefinitionAdded

Error definition added

Declaration
public const SessionEventType ErrorDefinitionAdded
Field Value
Type Description
SessionEventType

ErrorDefinitionRemoved

Error definition removed

Declaration
public const SessionEventType ErrorDefinitionRemoved
Field Value
Type Description
SessionEventType

EventDataAdded

Event data added

Declaration
public const SessionEventType EventDataAdded
Field Value
Type Description
SessionEventType

EventDefinitionsAdded

Event definitions added

Declaration
public const SessionEventType EventDefinitionsAdded
Field Value
Type Description
SessionEventType

FileSessionConfigurationAvailable

Indicates that configuration for a FileSession is available

Declaration
public const SessionEventType FileSessionConfigurationAvailable
Field Value
Type Description
SessionEventType

FileSessionConfigurationError

A configuration import error happen

Declaration
public const SessionEventType FileSessionConfigurationError
Field Value
Type Description
SessionEventType

FileSessionConfigurationLoaded

Indicates that configuration for a FileSession has been Loaded

Declaration
public const SessionEventType FileSessionConfigurationLoaded
Field Value
Type Description
SessionEventType

FileSessionConfigurationProcessingStep

A new step importing the configuration is done

Declaration
public const SessionEventType FileSessionConfigurationProcessingStep
Field Value
Type Description
SessionEventType

FileSessionDeleted

The file session deleted

Declaration
public const SessionEventType FileSessionDeleted
Field Value
Type Description
SessionEventType

FileSessionIndexed

Indicates that a new FileSession has been indexed

Declaration
public const SessionEventType FileSessionIndexed
Field Value
Type Description
SessionEventType

FileSessionLoaded

Indicates that a new FileSession has been Loaded

Declaration
public const SessionEventType FileSessionLoaded
Field Value
Type Description
SessionEventType

FunctionParametersAdded

Indicates that one or more new function parameters have been added

Declaration
public const SessionEventType FunctionParametersAdded
Field Value
Type Description
SessionEventType

FunctionParametersRemoved

Indicates that one or more function parameters have been removed

Declaration
public const SessionEventType FunctionParametersRemoved
Field Value
Type Description
SessionEventType

LapAdded

Indicates that a lap has been added to the session

Declaration
public const SessionEventType LapAdded
Field Value
Type Description
SessionEventType

LapConstantAdded

Lap constant added

Declaration
public const SessionEventType LapConstantAdded
Field Value
Type Description
SessionEventType

LapMapAdded

Lap map added

Declaration
public const SessionEventType LapMapAdded
Field Value
Type Description
SessionEventType

LapStatisticsCalculated

Event fired when background calculation of lap statistics for the currently active pdas has been completed.

Declaration
public const SessionEventType LapStatisticsCalculated
Field Value
Type Description
SessionEventType

LapStatisticsPersisted

Event fired when batch of lap statistics has been persisted to the database.

Declaration
public const SessionEventType LapStatisticsPersisted
Field Value
Type Description
SessionEventType

MapAdded

Map has been added

Declaration
public const SessionEventType MapAdded
Field Value
Type Description
SessionEventType

MarkerAdded

Marker added.

Declaration
public const SessionEventType MarkerAdded
Field Value
Type Description
SessionEventType

NewDataArrived

New data is arrived for a subscribed parameter

Declaration
public const SessionEventType NewDataArrived
Field Value
Type Description
SessionEventType

ParametersAdded

Parameters added

Declaration
public const SessionEventType ParametersAdded
Field Value
Type Description
SessionEventType

RdaEventsDefinitionsChanged

Rda Events Definitions Changed

Declaration
public const SessionEventType RdaEventsDefinitionsChanged
Field Value
Type Description
SessionEventType

RdaParametersAdded

Rda Parameters added

Declaration
public const SessionEventType RdaParametersAdded
Field Value
Type Description
SessionEventType

RdaParametersRemoved

Rda Parameters removed

Declaration
public const SessionEventType RdaParametersRemoved
Field Value
Type Description
SessionEventType

SessionClosed

Signals closing of a session.

Declaration
public const SessionEventType SessionClosed
Field Value
Type Description
SessionEventType

SessionCreated

Signals creation of a session e.g. at start of recording

Declaration
public const SessionEventType SessionCreated
Field Value
Type Description
SessionEventType

SessionLoaded

Signals loading of a session into the session manager

Declaration
public const SessionEventType SessionLoaded
Field Value
Type Description
SessionEventType

value__

Declaration
public int value__
Field Value
Type Description
System.Int32
Back to top Generated by DocFX